Html Css Color HEX #0F437A Dark Cerulean

📋 copy color: '#0F437A'

red 15 ◦ green 67 ◦ blue 122

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

Shades of Dark Cerulean #0F437A

Tints of Dark Cerulean #0F437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 7.35%
G = 32.84%
B = 59.8%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F437A (or 0x0F437A) is known color: Dark Cerulean. HEX triplet: 0F, 43 and 7A. RGB value is (15,67,122). Sum of RGB (Red+Green+Blue) = 15+67+122=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F437A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F437A is #F0BC85. Grayscale: #393939. Windows color (decimal): -15776902 or 8012559. OLE color: 8012559.

HSL color Cylindrical-coordinate representation of color #0F437A: hue angle of 210.84º 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 #0F437A is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 67 122 -
CMYK 0.88 0.45 0 0.52
HSL 210.84º 0.78% 0.27% -
HSV(B) 210.84º 0.88% 0.48% -
XYZ 5.72 5.52 19.18 -
YUV 57.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 15 67 122 0.88 0.45 0 0.52 210.84 0.78 0.27
Hex F 43 7A 58 2D 0 34 D3 4E 1B
Octal 17 103 172 130 55 0 64 323 116 33
Binary 1111 1000011 1111010 1011000 101101 0 110100 11010011 1001110 11011

Color Harmonies of #0F437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F437A

Black with #0F437A

Text Example


Text Example

White with #0F437A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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