Html Css Color HEX #0F67EE Navy Blue

📋 copy color: '#0F67EE'

red 15 ◦ green 103 ◦ blue 238

#0F67EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0F67EE

Tints of Navy Blue #0F67EE

RGB

 RED value IS 15 (6.25% from 255) = 4.21%

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 4.21%
G = 28.93%
B = 66.85%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F67EE (or 0x0F67EE) is known color: Navy Blue. HEX triplet: 0F, 67 and EE. RGB value is (15,103,238). Sum of RGB (Red+Green+Blue) = 15+103+238=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F67EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F67EE is #F09811. Grayscale: #5B5B5B. Windows color (decimal): -15767570 or 15623951. OLE color: 15623951.

HSL color Cylindrical-coordinate representation of color #0F67EE: hue angle of 216.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F67EE is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 103 238 -
CMYK 0.94 0.57 0 0.07
HSL 216.32º 0.88% 0.5% -
HSV(B) 216.32º 0.94% 0.93% -
XYZ 20.48 15.98 82.89 -
YUV 92.08 210.35 73.02 -
System Red Green Blue C M Y K H S L
Decimal 15 103 238 0.94 0.57 0 0.07 216.32 0.88 0.5
Hex F 67 EE 5E 39 0 7 D8 58 32
Octal 17 147 356 136 71 0 7 330 130 62
Binary 1111 1100111 11101110 1011110 111001 0 111 11011000 1011000 110010

Color Harmonies of #0F67EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F67EE

Black with #0F67EE

Text Example


Text Example

White with #0F67EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F67EE; }

 p { color: rgb(15,103,238); }

 H1.HeaderClassName
 {
   color: #0F67EE;
 }
 .AnyTagClassName
 {
   color: #0F67EE;
 }
</style>

background-color css

<style>
 a { background-color: #0F67EE; }

 a { background-color: rgb(15,103,238); }

 div.DivClassName
 {
   background-color: #0F67EE;
 }
 .BgClassName
 {
   background-color: #0F67EE;
 }
</style>

border-color css

<style>
 span { border-color: #0F67EE; }

 span { border-color: rgb(15,103,238); }

 td.TdClassName
 {
   border-color: #0F67EE;
 }
 .TagClassName
 {
   border-color: #0F67EE;
 }
</style>