Html Css Color HEX #0F66CF Navy Blue

📋 copy color: '#0F66CF'

red 15 ◦ green 102 ◦ blue 207

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

Shades of Navy Blue #0F66CF

Tints of Navy Blue #0F66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 4.63%
G = 31.48%
B = 63.89%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F66CF (or 0x0F66CF) is known color: Navy Blue. HEX triplet: 0F, 66 and CF. RGB value is (15,102,207). Sum of RGB (Red+Green+Blue) = 15+102+207=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F66CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F66CF is #F09930. Grayscale: #575757. Windows color (decimal): -15767857 or 13592079. OLE color: 13592079.

HSL color Cylindrical-coordinate representation of color #0F66CF: hue angle of 212.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F66CF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 102 207 -
CMYK 0.93 0.51 0 0.19
HSL 212.81º 0.86% 0.44% -
HSV(B) 212.81º 0.93% 0.81% -
XYZ 16.21 14.11 60.9 -
YUV 87.96 195.18 75.96 -
System Red Green Blue C M Y K H S L
Decimal 15 102 207 0.93 0.51 0 0.19 212.81 0.86 0.44
Hex F 66 CF 5D 33 0 13 D5 56 2C
Octal 17 146 317 135 63 0 23 325 126 54
Binary 1111 1100110 11001111 1011101 110011 0 10011 11010101 1010110 101100

Color Harmonies of #0F66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F66CF

Black with #0F66CF

Text Example


Text Example

White with #0F66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,102,207); }

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

background-color css

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

 a { background-color: rgb(15,102,207); }

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

border-color css

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

 span { border-color: rgb(15,102,207); }

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