#035A9A

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

Shades of Cobalt #035A9A

Tints of Cobalt #035A9A

Color information

#035A9A (or 0x035A9A) is unknown color: approx Cobalt. HEX triplet: 03, 5A and 9A. RGB value is (3,90,154). Sum of RGB (Red+Green+Blue) = 3+90+154=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #035A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035A9A is #FCA565. Grayscale: #464646. Windows color (decimal): -16557414 or 10115587. OLE color: 10115587.

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

Color convert

RGB390154-
CMYK0.980.4200.40
HSL205.43º96.18%30.78%-
HSV(B)205.43º98.05%60.39%-
XYZ9.539.6631.94-
YUV71.28174.6879.3-

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.44%
BLUE value IS 154 (60.55% from 255) = 62.35%
R=1.21%
G=36.44%
B=62.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3901540.980.4200.40205.4396.1830.78
Hex35A9A622A028cd601f
Octal31322321425205031514037
Binary111011010100110101100010101010010100011001101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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