Html Css Color HEX #0F5099 Cobalt

📋 copy color: '#0F5099'

red 15 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #0F5099

Tints of Cobalt #0F5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

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

R = 6.05%
G = 32.26%
B = 61.69%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F5099 (or 0x0F5099) is known color: Cobalt. HEX triplet: 0F, 50 and 99. RGB value is (15,80,153). Sum of RGB (Red+Green+Blue) = 15+80+153=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F5099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5099 is #F0AF66. Grayscale: #444444. Windows color (decimal): -15773543 or 10047503. OLE color: 10047503.

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

Color convert

RGB 15 80 153 -
CMYK 0.90 0.48 0 0.4
HSL 211.74º 0.82% 0.33% -
HSV(B) 211.74º 0.9% 0.6% -
XYZ 8.82 8.14 31.24 -
YUV 68.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 15 80 153 0.90 0.48 0 0.4 211.74 0.82 0.33
Hex F 50 99 5A 30 0 28 D4 52 21
Octal 17 120 231 132 60 0 50 324 122 41
Binary 1111 1010000 10011001 1011010 110000 0 101000 11010100 1010010 100001

Color Harmonies of #0F5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5099

Black with #0F5099

Text Example


Text Example

White with #0F5099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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