Html Css Color HEX #0953B4 Cobalt

📋 copy color: '#0953B4'

red 9 ◦ green 83 ◦ blue 180

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

Shades of Cobalt #0953B4

Tints of Cobalt #0953B4

RGB

 RED value IS 9 (3.91% from 255) = 3.31%

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 180 (70.7% from 255) = 66.18%

R = 3.31%
G = 30.51%
B = 66.18%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0953B4 (or 0x0953B4) is known color: Cobalt. HEX triplet: 09, 53 and B4. RGB value is (9,83,180). Sum of RGB (Red+Green+Blue) = 9+83+180=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #0953B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953B4 is #F6AC4B. Grayscale: #474747. Windows color (decimal): -16165964 or 11817737. OLE color: 11817737.

HSL color Cylindrical-coordinate representation of color #0953B4: hue angle of 214.04º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0953B4 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 83 180 -
CMYK 0.95 0.54 0 0.29
HSL 214.04º 0.9% 0.37% -
HSV(B) 214.04º 0.95% 0.71% -
XYZ 11.44 9.54 44.42 -
YUV 71.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 9 83 180 0.95 0.54 0 0.29 214.04 0.9 0.37
Hex 9 53 B4 5F 36 0 1D D6 5A 25
Octal 11 123 264 137 66 0 35 326 132 45
Binary 1001 1010011 10110100 1011111 110110 0 11101 11010110 1011010 100101

Color Harmonies of #0953B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953B4

Black with #0953B4

Text Example


Text Example

White with #0953B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0953B4; }

 p { color: rgb(9,83,180); }

 H1.HeaderClassName
 {
   color: #0953B4;
 }
 .AnyTagClassName
 {
   color: #0953B4;
 }
</style>

background-color css

<style>
 a { background-color: #0953B4; }

 a { background-color: rgb(9,83,180); }

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

border-color css

<style>
 span { border-color: #0953B4; }

 span { border-color: rgb(9,83,180); }

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