#0944B1

Color #0944B1 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0944B1

Tints of Cobalt #0944B1

Color information

#0944B1 (or 0x0944B1) is unknown color: approx Cobalt. HEX triplet: 09, 44 and B1. RGB value is (9,68,177). Sum of RGB (Red+Green+Blue) = 9+68+177=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #0944B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0944B1 is #F6BB4E. Grayscale: #3E3E3E. Windows color (decimal): -16169807 or 11617289. OLE color: 11617289.

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

Color convert

RGB968177-
CMYK0.950.6200.31
HSL218.93º90.32%36.47%-
HSV(B)218.93º94.92%69.41%-
XYZ10.127.3742.48-
YUV62.78192.4589.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.54%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 177 (69.53% from 255) = 69.69%
R=3.54%
G=26.77%
B=69.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9681770.950.6200.31218.9390.3236.47
Hex944B15F3E01Fdb5a24
Octal111042611377603733313244
Binary10011000100101100011011111111110011111110110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0944B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0944B1;
 }
 .AnyTagClassName
 {
   color: #0944B1;
 }
</style>
background-color css

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

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

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

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

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

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