Html Css Color HEX #03559A Cobalt

📋 copy color: '#03559A'

red 3 ◦ green 85 ◦ blue 154

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

Shades of Cobalt #03559A

Tints of Cobalt #03559A

RGB

 RED value IS 3 (1.56% from 255) = 1.24%

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 1.24%
G = 35.12%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03559A (or 0x03559A) is known color: Cobalt. HEX triplet: 03, 55 and 9A. RGB value is (3,85,154). Sum of RGB (Red+Green+Blue) = 3+85+154=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #03559A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03559A is #FCAA65. Grayscale: #434343. Windows color (decimal): -16558694 or 10114307. OLE color: 10114307.

HSL color Cylindrical-coordinate representation of color #03559A: hue angle of 207.42º 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 #03559A is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 85 154 -
CMYK 0.98 0.45 0 0.40
HSL 207.42º 0.96% 0.31% -
HSV(B) 207.42º 0.98% 0.6% -
XYZ 9.12 8.85 31.8 -
YUV 68.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 3 85 154 0.98 0.45 0 0.40 207.42 0.96 0.31
Hex 3 55 9A 62 2D 0 28 CF 60 1F
Octal 3 125 232 142 55 0 50 317 140 37
Binary 11 1010101 10011010 1100010 101101 0 101000 11001111 1100000 11111

Color Harmonies of #03559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03559A

Black with #03559A

Text Example


Text Example

White with #03559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03559A; }

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

 H1.HeaderClassName
 {
   color: #03559A;
 }
 .AnyTagClassName
 {
   color: #03559A;
 }
</style>

background-color css

<style>
 a { background-color: #03559A; }

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

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

border-color css

<style>
 span { border-color: #03559A; }

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

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