Html Css Color HEX #0F5299 Cobalt

📋 copy color: '#0F5299'

red 15 ◦ green 82 ◦ blue 153

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

Shades of Cobalt #0F5299

Tints of Cobalt #0F5299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 6%
G = 32.8%
B = 61.2%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F5299 (or 0x0F5299) is known color: Cobalt. HEX triplet: 0F, 52 and 99. RGB value is (15,82,153). Sum of RGB (Red+Green+Blue) = 15+82+153=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F5299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5299 is #F0AD66. Grayscale: #454545. Windows color (decimal): -15773031 or 10048015. OLE color: 10048015.

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

Color convert

RGB 15 82 153 -
CMYK 0.90 0.46 0 0.4
HSL 210.87º 0.82% 0.33% -
HSV(B) 210.87º 0.9% 0.6% -
XYZ 8.96 8.44 31.29 -
YUV 70.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 15 82 153 0.90 0.46 0 0.4 210.87 0.82 0.33
Hex F 52 99 5A 2E 0 28 D3 52 21
Octal 17 122 231 132 56 0 50 323 122 41
Binary 1111 1010010 10011001 1011010 101110 0 101000 11010011 1010010 100001

Color Harmonies of #0F5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5299

Black with #0F5299

Text Example


Text Example

White with #0F5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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