Html Css Color HEX #0F036F Navy

📋 copy color: '#0F036F'

red 15 ◦ green 3 ◦ blue 111

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

Shades of Navy #0F036F

Tints of Navy #0F036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

 BLUE value IS 111 (43.75% from 255) = 86.05%

R = 11.63%
G = 2.33%
B = 86.05%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F036F (or 0x0F036F) is known color: Navy. HEX triplet: 0F, 03 and 6F. RGB value is (15,3,111). Sum of RGB (Red+Green+Blue) = 15+3+111=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 111 (43.75% from 255 or 86.05% from 129); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F036F is #F0FC90. Grayscale: #121212. Windows color (decimal): -15793297 or 7275279. OLE color: 7275279.

HSL color Cylindrical-coordinate representation of color #0F036F: hue angle of 246.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F036F is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 3 111 -
CMYK 0.86 0.97 0 0.56
HSL 246.67º 0.95% 0.22% -
HSV(B) 246.67º 0.97% 0.44% -
XYZ 3.1 1.31 15.13 -
YUV 18.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 15 3 111 0.86 0.97 0 0.56 246.67 0.95 0.22
Hex F 3 6F 56 61 0 38 F7 5F 16
Octal 17 3 157 126 141 0 70 367 137 26
Binary 1111 11 1101111 1010110 1100001 0 111000 11110111 1011111 10110

Color Harmonies of #0F036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F036F

Black with #0F036F

Text Example


Text Example

White with #0F036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,3,111); }

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

background-color css

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

 a { background-color: rgb(15,3,111); }

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

border-color css

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

 span { border-color: rgb(15,3,111); }

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