Html Css Color HEX #0F3A71 Dark Cerulean

📋 copy color: '#0F3A71'

red 15 ◦ green 58 ◦ blue 113

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

Shades of Dark Cerulean #0F3A71

Tints of Dark Cerulean #0F3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.18%

 BLUE value IS 113 (44.53% from 255) = 60.75%

R = 8.06%
G = 31.18%
B = 60.75%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F3A71 (or 0x0F3A71) is known color: Dark Cerulean. HEX triplet: 0F, 3A and 71. RGB value is (15,58,113). Sum of RGB (Red+Green+Blue) = 15+58+113=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F3A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3A71 is #F0C58E. Grayscale: #333333. Windows color (decimal): -15779215 or 7420431. OLE color: 7420431.

HSL color Cylindrical-coordinate representation of color #0F3A71: hue angle of 213.67º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3A71 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 58 113 -
CMYK 0.87 0.49 0 0.56
HSL 213.67º 0.77% 0.25% -
HSV(B) 213.67º 0.87% 0.44% -
XYZ 4.69 4.32 16.21 -
YUV 51.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 15 58 113 0.87 0.49 0 0.56 213.67 0.77 0.25
Hex F 3A 71 57 31 0 38 D6 4D 19
Octal 17 72 161 127 61 0 70 326 115 31
Binary 1111 111010 1110001 1010111 110001 0 111000 11010110 1001101 11001

Color Harmonies of #0F3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3A71

Black with #0F3A71

Text Example


Text Example

White with #0F3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,58,113); }

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

background-color css

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

 a { background-color: rgb(15,58,113); }

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

border-color css

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

 span { border-color: rgb(15,58,113); }

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