Html Css Color HEX #0F59A4 Cobalt

📋 copy color: '#0F59A4'

red 15 ◦ green 89 ◦ blue 164

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

Shades of Cobalt #0F59A4

Tints of Cobalt #0F59A4

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

 BLUE value IS 164 (64.45% from 255) = 61.19%

R = 5.6%
G = 33.21%
B = 61.19%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0F59A4 (or 0x0F59A4) is known color: Cobalt. HEX triplet: 0F, 59 and A4. RGB value is (15,89,164). Sum of RGB (Red+Green+Blue) = 15+89+164=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F59A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F59A4 is #F0A65B. Grayscale: #4B4B4B. Windows color (decimal): -15771228 or 10770703. OLE color: 10770703.

HSL color Cylindrical-coordinate representation of color #0F59A4: hue angle of 210.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F59A4 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 89 164 -
CMYK 0.91 0.46 0 0.36
HSL 210.2º 0.83% 0.35% -
HSV(B) 210.2º 0.91% 0.64% -
XYZ 10.47 9.93 36.49 -
YUV 75.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 15 89 164 0.91 0.46 0 0.36 210.2 0.83 0.35
Hex F 59 A4 5B 2E 0 24 D2 53 23
Octal 17 131 244 133 56 0 44 322 123 43
Binary 1111 1011001 10100100 1011011 101110 0 100100 11010010 1010011 100011

Color Harmonies of #0F59A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F59A4

Black with #0F59A4

Text Example


Text Example

White with #0F59A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,89,164); }

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

background-color css

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

 a { background-color: rgb(15,89,164); }

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

border-color css

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

 span { border-color: rgb(15,89,164); }

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