Html Css Color HEX #0954AC Cobalt

📋 copy color: '#0954AC'

red 9 ◦ green 84 ◦ blue 172

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

Shades of Cobalt #0954AC

Tints of Cobalt #0954AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.7%

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 3.4%
G = 31.7%
B = 64.91%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0954AC (or 0x0954AC) is known color: Cobalt. HEX triplet: 09, 54 and AC. RGB value is (9,84,172). Sum of RGB (Red+Green+Blue) = 9+84+172=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #0954AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0954AC is #F6AB53. Grayscale: #474747. Windows color (decimal): -16165716 or 11293705. OLE color: 11293705.

HSL color Cylindrical-coordinate representation of color #0954AC: hue angle of 212.39º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0954AC is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 84 172 -
CMYK 0.95 0.51 0 0.33
HSL 212.39º 0.9% 0.35% -
HSV(B) 212.39º 0.95% 0.67% -
XYZ 10.73 9.38 40.27 -
YUV 71.61 184.65 83.34 -
System Red Green Blue C M Y K H S L
Decimal 9 84 172 0.95 0.51 0 0.33 212.39 0.9 0.35
Hex 9 54 AC 5F 33 0 21 D4 5A 23
Octal 11 124 254 137 63 0 41 324 132 43
Binary 1001 1010100 10101100 1011111 110011 0 100001 11010100 1011010 100011

Color Harmonies of #0954AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954AC

Black with #0954AC

Text Example


Text Example

White with #0954AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0954AC; }

 p { color: rgb(9,84,172); }

 H1.HeaderClassName
 {
   color: #0954AC;
 }
 .AnyTagClassName
 {
   color: #0954AC;
 }
</style>

background-color css

<style>
 a { background-color: #0954AC; }

 a { background-color: rgb(9,84,172); }

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

border-color css

<style>
 span { border-color: #0954AC; }

 span { border-color: rgb(9,84,172); }

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