Html Css Color HEX #0F0275 Navy

📋 copy color: '#0F0275'

red 15 ◦ green 2 ◦ blue 117

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

Shades of Navy #0F0275

Tints of Navy #0F0275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

 BLUE value IS 117 (46.09% from 255) = 87.31%

R = 11.19%
G = 1.49%
B = 87.31%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F0275 (or 0x0F0275) is known color: Navy. HEX triplet: 0F, 02 and 75. RGB value is (15,2,117). Sum of RGB (Red+Green+Blue) = 15+2+117=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F0275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0275 is #F0FD8A. Grayscale: #121212. Windows color (decimal): -15793547 or 7668239. OLE color: 7668239.

HSL color Cylindrical-coordinate representation of color #0F0275: hue angle of 246.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0275 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 2 117 -
CMYK 0.87 0.98 0 0.54
HSL 246.78º 0.97% 0.23% -
HSV(B) 246.78º 0.98% 0.46% -
XYZ 3.43 1.43 16.92 -
YUV 19 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 15 2 117 0.87 0.98 0 0.54 246.78 0.97 0.23
Hex F 2 75 57 62 0 36 F7 61 17
Octal 17 2 165 127 142 0 66 367 141 27
Binary 1111 10 1110101 1010111 1100010 0 110110 11110111 1100001 10111

Color Harmonies of #0F0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0275

Black with #0F0275

Text Example


Text Example

White with #0F0275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,2,117); }

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

background-color css

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

 a { background-color: rgb(15,2,117); }

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

border-color css

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

 span { border-color: rgb(15,2,117); }

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