Html Css Color HEX #0F459C Cobalt

📋 copy color: '#0F459C'

red 15 ◦ green 69 ◦ blue 156

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

Shades of Cobalt #0F459C

Tints of Cobalt #0F459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

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

R = 6.25%
G = 28.75%
B = 65%

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

#0F459C (or 0x0F459C) is known color: Cobalt. HEX triplet: 0F, 45 and 9C. RGB value is (15,69,156). Sum of RGB (Red+Green+Blue) = 15+69+156=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F459C is #F0BA63. Grayscale: #3E3E3E. Windows color (decimal): -15776356 or 10241295. OLE color: 10241295.

HSL color Cylindrical-coordinate representation of color #0F459C: hue angle of 217.02º 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 #0F459C is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 69 156 -
CMYK 0.90 0.56 0 0.39
HSL 217.02º 0.82% 0.34% -
HSV(B) 217.02º 0.9% 0.61% -
XYZ 8.33 6.76 32.32 -
YUV 62.77 180.61 93.93 -
System Red Green Blue C M Y K H S L
Decimal 15 69 156 0.90 0.56 0 0.39 217.02 0.82 0.34
Hex F 45 9C 5A 38 0 27 D9 52 22
Octal 17 105 234 132 70 0 47 331 122 42
Binary 1111 1000101 10011100 1011010 111000 0 100111 11011001 1010010 100010

Color Harmonies of #0F459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F459C

Black with #0F459C

Text Example


Text Example

White with #0F459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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