Html Css Color HEX #0F446C Dark Cerulean

📋 copy color: '#0F446C'

red 15 ◦ green 68 ◦ blue 108

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

Shades of Dark Cerulean #0F446C

Tints of Dark Cerulean #0F446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 7.85%
G = 35.6%
B = 56.54%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F446C (or 0x0F446C) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 6C. RGB value is (15,68,108). Sum of RGB (Red+Green+Blue) = 15+68+108=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F446C is #F0BB93. Grayscale: #383838. Windows color (decimal): -15776660 or 7095311. OLE color: 7095311.

HSL color Cylindrical-coordinate representation of color #0F446C: hue angle of 205.81º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F446C is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 68 108 -
CMYK 0.86 0.37 0 0.58
HSL 205.81º 0.76% 0.24% -
HSV(B) 205.81º 0.86% 0.42% -
XYZ 4.97 5.32 14.95 -
YUV 56.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 15 68 108 0.86 0.37 0 0.58 205.81 0.76 0.24
Hex F 44 6C 56 25 0 3A CE 4C 18
Octal 17 104 154 126 45 0 72 316 114 30
Binary 1111 1000100 1101100 1010110 100101 0 111010 11001110 1001100 11000

Color Harmonies of #0F446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F446C

Black with #0F446C

Text Example


Text Example

White with #0F446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,108); }

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

background-color css

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

 a { background-color: rgb(15,68,108); }

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

border-color css

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

 span { border-color: rgb(15,68,108); }

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