Html Css Color HEX #0F417C Dark Cerulean

📋 copy color: '#0F417C'

red 15 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #0F417C

Tints of Dark Cerulean #0F417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.86%

 BLUE value IS 124 (48.83% from 255) = 60.78%

R = 7.35%
G = 31.86%
B = 60.78%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F417C (or 0x0F417C) is known color: Dark Cerulean. HEX triplet: 0F, 41 and 7C. RGB value is (15,65,124). Sum of RGB (Red+Green+Blue) = 15+65+124=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F417C is #F0BE83. Grayscale: #383838. Windows color (decimal): -15777412 or 8143119. OLE color: 8143119.

HSL color Cylindrical-coordinate representation of color #0F417C: hue angle of 212.48º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F417C is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 65 124 -
CMYK 0.88 0.48 0 0.51
HSL 212.48º 0.78% 0.27% -
HSV(B) 212.48º 0.88% 0.49% -
XYZ 5.73 5.34 19.8 -
YUV 56.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 15 65 124 0.88 0.48 0 0.51 212.48 0.78 0.27
Hex F 41 7C 58 30 0 33 D4 4E 1B
Octal 17 101 174 130 60 0 63 324 116 33
Binary 1111 1000001 1111100 1011000 110000 0 110011 11010100 1001110 11011

Color Harmonies of #0F417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F417C

Black with #0F417C

Text Example


Text Example

White with #0F417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,124); }

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

background-color css

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

 a { background-color: rgb(15,65,124); }

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

border-color css

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

 span { border-color: rgb(15,65,124); }

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