Html Css Color HEX #0F449C Cobalt

📋 copy color: '#0F449C'

red 15 ◦ green 68 ◦ blue 156

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

Shades of Cobalt #0F449C

Tints of Cobalt #0F449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.27%

R = 6.28%
G = 28.45%
B = 65.27%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F449C (or 0x0F449C) is known color: Cobalt. HEX triplet: 0F, 44 and 9C. RGB value is (15,68,156). Sum of RGB (Red+Green+Blue) = 15+68+156=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F449C is #F0BB63. Grayscale: #3D3D3D. Windows color (decimal): -15776612 or 10241039. OLE color: 10241039.

HSL color Cylindrical-coordinate representation of color #0F449C: hue angle of 217.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F449C is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 68 156 -
CMYK 0.90 0.56 0 0.39
HSL 217.45º 0.82% 0.34% -
HSV(B) 217.45º 0.9% 0.61% -
XYZ 8.26 6.64 32.3 -
YUV 62.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 15 68 156 0.90 0.56 0 0.39 217.45 0.82 0.34
Hex F 44 9C 5A 38 0 27 D9 52 22
Octal 17 104 234 132 70 0 47 331 122 42
Binary 1111 1000100 10011100 1011010 111000 0 100111 11011001 1010010 100010

Color Harmonies of #0F449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F449C

Black with #0F449C

Text Example


Text Example

White with #0F449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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