Html Css Color HEX #03509B Cobalt

📋 copy color: '#03509B'

red 3 ◦ green 80 ◦ blue 155

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

Shades of Cobalt #03509B

Tints of Cobalt #03509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 155 (60.94% from 255) = 65.13%

R = 1.26%
G = 33.61%
B = 65.13%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03509B (or 0x03509B) is known color: Cobalt. HEX triplet: 03, 50 and 9B. RGB value is (3,80,155). Sum of RGB (Red+Green+Blue) = 3+80+155=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #03509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03509B is #FCAF64. Grayscale: #414141. Windows color (decimal): -16559973 or 10178563. OLE color: 10178563.

HSL color Cylindrical-coordinate representation of color #03509B: hue angle of 209.61º 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 #03509B is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 80 155 -
CMYK 0.98 0.48 0 0.39
HSL 209.61º 0.96% 0.31% -
HSV(B) 209.61º 0.98% 0.61% -
XYZ 8.82 8.12 32.11 -
YUV 65.53 178.49 83.4 -
System Red Green Blue C M Y K H S L
Decimal 3 80 155 0.98 0.48 0 0.39 209.61 0.96 0.31
Hex 3 50 9B 62 30 0 27 D2 60 1F
Octal 3 120 233 142 60 0 47 322 140 37
Binary 11 1010000 10011011 1100010 110000 0 100111 11010010 1100000 11111

Color Harmonies of #03509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03509B

Black with #03509B

Text Example


Text Example

White with #03509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03509B; }

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

 H1.HeaderClassName
 {
   color: #03509B;
 }
 .AnyTagClassName
 {
   color: #03509B;
 }
</style>

background-color css

<style>
 a { background-color: #03509B; }

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

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

border-color css

<style>
 span { border-color: #03509B; }

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

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