Html Css Color HEX #0F529B Cobalt

📋 copy color: '#0F529B'

red 15 ◦ green 82 ◦ blue 155

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

Shades of Cobalt #0F529B

Tints of Cobalt #0F529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 5.95%
G = 32.54%
B = 61.51%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F529B (or 0x0F529B) is known color: Cobalt. HEX triplet: 0F, 52 and 9B. RGB value is (15,82,155). Sum of RGB (Red+Green+Blue) = 15+82+155=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F529B is #F0AD64. Grayscale: #454545. Windows color (decimal): -15773029 or 10179087. OLE color: 10179087.

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

Color convert

RGB 15 82 155 -
CMYK 0.90 0.47 0 0.39
HSL 211.29º 0.82% 0.33% -
HSV(B) 211.29º 0.9% 0.61% -
XYZ 9.13 8.5 32.17 -
YUV 70.29 175.8 88.56 -
System Red Green Blue C M Y K H S L
Decimal 15 82 155 0.90 0.47 0 0.39 211.29 0.82 0.33
Hex F 52 9B 5A 2F 0 27 D3 52 21
Octal 17 122 233 132 57 0 47 323 122 41
Binary 1111 1010010 10011011 1011010 101111 0 100111 11010011 1010010 100001

Color Harmonies of #0F529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F529B

Black with #0F529B

Text Example


Text Example

White with #0F529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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