#035A9B

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

Shades of Cobalt #035A9B

Tints of Cobalt #035A9B

Color information

#035A9B (or 0x035A9B) is unknown color: approx Cobalt. HEX triplet: 03, 5A and 9B. RGB value is (3,90,155). Sum of RGB (Red+Green+Blue) = 3+90+155=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #035A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035A9B is #FCA564. Grayscale: #474747. Windows color (decimal): -16557413 or 10181123. OLE color: 10181123.

HSL color Cylindrical-coordinate representation of color #035A9B: hue angle of 205.66º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035A9B is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB390155-
CMYK0.980.4200.39
HSL205.66º96.2%30.98%-
HSV(B)205.66º98.06%60.78%-
XYZ9.619.732.38-
YUV71.4175.1879.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=1.21%
G=36.29%
B=62.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3901550.980.4200.39205.6696.230.98
Hex35A9B622A027ce601f
Octal31322331425204731614037
Binary111011010100110111100010101010010011111001110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035A9B; }

 p { color: rgb(3,90,155); }

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

<style>
 a { background-color: #035A9B; }

 a { background-color: rgb(3,90,155); }

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

<style>
 span { border-color: #035A9B; }

 span { border-color: rgb(3,90,155); }

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