Html Css Color HEX #0F459B Cobalt

📋 copy color: '#0F459B'

red 15 ◦ green 69 ◦ blue 155

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

Shades of Cobalt #0F459B

Tints of Cobalt #0F459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 6.28%
G = 28.87%
B = 64.85%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F459B (or 0x0F459B) is known color: Cobalt. HEX triplet: 0F, 45 and 9B. RGB value is (15,69,155). Sum of RGB (Red+Green+Blue) = 15+69+155=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F459B is #F0BA64. Grayscale: #3E3E3E. Windows color (decimal): -15776357 or 10175759. OLE color: 10175759.

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

Color convert

RGB 15 69 155 -
CMYK 0.90 0.55 0 0.39
HSL 216.86º 0.82% 0.33% -
HSV(B) 216.86º 0.9% 0.61% -
XYZ 8.24 6.72 31.87 -
YUV 62.66 180.11 94.01 -
System Red Green Blue C M Y K H S L
Decimal 15 69 155 0.90 0.55 0 0.39 216.86 0.82 0.33
Hex F 45 9B 5A 37 0 27 D9 52 21
Octal 17 105 233 132 67 0 47 331 122 41
Binary 1111 1000101 10011011 1011010 110111 0 100111 11011001 1010010 100001

Color Harmonies of #0F459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F459B

Black with #0F459B

Text Example


Text Example

White with #0F459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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