Html Css Color HEX #0F5297 Cobalt

📋 copy color: '#0F5297'

red 15 ◦ green 82 ◦ blue 151

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

Shades of Cobalt #0F5297

Tints of Cobalt #0F5297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 6.05%
G = 33.06%
B = 60.89%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F5297 (or 0x0F5297) is known color: Cobalt. HEX triplet: 0F, 52 and 97. RGB value is (15,82,151). Sum of RGB (Red+Green+Blue) = 15+82+151=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F5297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5297 is #F0AD68. Grayscale: #454545. Windows color (decimal): -15773033 or 9916943. OLE color: 9916943.

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

Color convert

RGB 15 82 151 -
CMYK 0.90 0.46 0 0.41
HSL 210.44º 0.82% 0.33% -
HSV(B) 210.44º 0.9% 0.59% -
XYZ 8.8 8.37 30.43 -
YUV 69.83 173.8 88.89 -
System Red Green Blue C M Y K H S L
Decimal 15 82 151 0.90 0.46 0 0.41 210.44 0.82 0.33
Hex F 52 97 5A 2E 0 29 D2 52 21
Octal 17 122 227 132 56 0 51 322 122 41
Binary 1111 1010010 10010111 1011010 101110 0 101001 11010010 1010010 100001

Color Harmonies of #0F5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5297

Black with #0F5297

Text Example


Text Example

White with #0F5297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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