Html Css Color HEX #0F4789 Dark Cerulean

📋 copy color: '#0F4789'

red 15 ◦ green 71 ◦ blue 137

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

Shades of Dark Cerulean #0F4789

Tints of Dark Cerulean #0F4789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 6.73%
G = 31.84%
B = 61.43%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F4789 (or 0x0F4789) is known color: Dark Cerulean. HEX triplet: 0F, 47 and 89. RGB value is (15,71,137). Sum of RGB (Red+Green+Blue) = 15+71+137=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F4789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4789 is #F0B876. Grayscale: #3D3D3D. Windows color (decimal): -15775863 or 8996623. OLE color: 8996623.

HSL color Cylindrical-coordinate representation of color #0F4789: hue angle of 212.46º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4789 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 71 137 -
CMYK 0.89 0.48 0 0.46
HSL 212.46º 0.8% 0.3% -
HSV(B) 212.46º 0.89% 0.54% -
XYZ 6.97 6.41 24.54 -
YUV 61.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 15 71 137 0.89 0.48 0 0.46 212.46 0.8 0.3
Hex F 47 89 59 30 0 2E D4 50 1E
Octal 17 107 211 131 60 0 56 324 120 36
Binary 1111 1000111 10001001 1011001 110000 0 101110 11010100 1010000 11110

Color Harmonies of #0F4789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4789

Black with #0F4789

Text Example


Text Example

White with #0F4789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,71,137); }

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

background-color css

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

 a { background-color: rgb(15,71,137); }

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

border-color css

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

 span { border-color: rgb(15,71,137); }

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