Html Css Color HEX #0F427A Dark Cerulean

📋 copy color: '#0F427A'

red 15 ◦ green 66 ◦ blue 122

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

Shades of Dark Cerulean #0F427A

Tints of Dark Cerulean #0F427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 122 (48.05% from 255) = 60.1%

R = 7.39%
G = 32.51%
B = 60.1%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F427A (or 0x0F427A) is known color: Dark Cerulean. HEX triplet: 0F, 42 and 7A. RGB value is (15,66,122). Sum of RGB (Red+Green+Blue) = 15+66+122=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F427A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F427A is #F0BD85. Grayscale: #383838. Windows color (decimal): -15777158 or 8012303. OLE color: 8012303.

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

Color convert

RGB 15 66 122 -
CMYK 0.88 0.46 0 0.52
HSL 211.4º 0.78% 0.27% -
HSV(B) 211.4º 0.88% 0.48% -
XYZ 5.66 5.4 19.16 -
YUV 57.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 15 66 122 0.88 0.46 0 0.52 211.4 0.78 0.27
Hex F 42 7A 58 2E 0 34 D3 4E 1B
Octal 17 102 172 130 56 0 64 323 116 33
Binary 1111 1000010 1111010 1011000 101110 0 110100 11010011 1001110 11011

Color Harmonies of #0F427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F427A

Black with #0F427A

Text Example


Text Example

White with #0F427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,122); }

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

background-color css

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

 a { background-color: rgb(15,66,122); }

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

border-color css

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

 span { border-color: rgb(15,66,122); }

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