Html Css Color HEX #0944B3 Cobalt

📋 copy color: '#0944B3'

red 9 ◦ green 68 ◦ blue 179

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

Shades of Cobalt #0944B3

Tints of Cobalt #0944B3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 179 (70.31% from 255) = 69.92%

R = 3.52%
G = 26.56%
B = 69.92%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0944B3 (or 0x0944B3) is known color: Cobalt. HEX triplet: 09, 44 and B3. RGB value is (9,68,179). Sum of RGB (Red+Green+Blue) = 9+68+179=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #0944B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0944B3 is #F6BB4C. Grayscale: #3E3E3E. Windows color (decimal): -16169805 or 11748361. OLE color: 11748361.

HSL color Cylindrical-coordinate representation of color #0944B3: hue angle of 219.18º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0944B3 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 68 179 -
CMYK 0.95 0.62 0 0.30
HSL 219.18º 0.9% 0.37% -
HSV(B) 219.18º 0.95% 0.7% -
XYZ 10.32 7.45 43.54 -
YUV 63.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 9 68 179 0.95 0.62 0 0.30 219.18 0.9 0.37
Hex 9 44 B3 5F 3E 0 1E DB 5A 25
Octal 11 104 263 137 76 0 36 333 132 45
Binary 1001 1000100 10110011 1011111 111110 0 11110 11011011 1011010 100101

Color Harmonies of #0944B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0944B3

Black with #0944B3

Text Example


Text Example

White with #0944B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0944B3; }

 p { color: rgb(9,68,179); }

 H1.HeaderClassName
 {
   color: #0944B3;
 }
 .AnyTagClassName
 {
   color: #0944B3;
 }
</style>

background-color css

<style>
 a { background-color: #0944B3; }

 a { background-color: rgb(9,68,179); }

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

border-color css

<style>
 span { border-color: #0944B3; }

 span { border-color: rgb(9,68,179); }

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