Html Css Color HEX #03509C Cobalt

📋 copy color: '#03509C'

red 3 ◦ green 80 ◦ blue 156

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

Shades of Cobalt #03509C

Tints of Cobalt #03509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.27%

R = 1.26%
G = 33.47%
B = 65.27%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03509C (or 0x03509C) is known color: Cobalt. HEX triplet: 03, 50 and 9C. RGB value is (3,80,156). Sum of RGB (Red+Green+Blue) = 3+80+156=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #03509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03509C is #FCAF63. Grayscale: #414141. Windows color (decimal): -16559972 or 10244099. OLE color: 10244099.

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

Color convert

RGB 3 80 156 -
CMYK 0.98 0.49 0 0.39
HSL 209.8º 0.96% 0.31% -
HSV(B) 209.8º 0.98% 0.61% -
XYZ 8.91 8.16 32.56 -
YUV 65.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 3 80 156 0.98 0.49 0 0.39 209.8 0.96 0.31
Hex 3 50 9C 62 31 0 27 D2 60 1F
Octal 3 120 234 142 61 0 47 322 140 37
Binary 11 1010000 10011100 1100010 110001 0 100111 11010010 1100000 11111

Color Harmonies of #03509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03509C

Black with #03509C

Text Example


Text Example

White with #03509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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