Html Css Color HEX #0F519B Cobalt

📋 copy color: '#0F519B'

red 15 ◦ green 81 ◦ blue 155

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

Shades of Cobalt #0F519B

Tints of Cobalt #0F519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

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

R = 5.98%
G = 32.27%
B = 61.75%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F519B (or 0x0F519B) is known color: Cobalt. HEX triplet: 0F, 51 and 9B. RGB value is (15,81,155). Sum of RGB (Red+Green+Blue) = 15+81+155=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F519B is #F0AE64. Grayscale: #454545. Windows color (decimal): -15773285 or 10178831. OLE color: 10178831.

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

Color convert

RGB 15 81 155 -
CMYK 0.90 0.48 0 0.39
HSL 211.71º 0.82% 0.33% -
HSV(B) 211.71º 0.9% 0.61% -
XYZ 9.06 8.35 32.15 -
YUV 69.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 15 81 155 0.90 0.48 0 0.39 211.71 0.82 0.33
Hex F 51 9B 5A 30 0 27 D4 52 21
Octal 17 121 233 132 60 0 47 324 122 41
Binary 1111 1010001 10011011 1011010 110000 0 100111 11010100 1010010 100001

Color Harmonies of #0F519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F519B

Black with #0F519B

Text Example


Text Example

White with #0F519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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