Html Css Color HEX #035D9B Cobalt

📋 copy color: '#035D9B'

red 3 ◦ green 93 ◦ blue 155

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

Shades of Cobalt #035D9B

Tints of Cobalt #035D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

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

R = 1.2%
G = 37.05%
B = 61.75%

CMYK

 C value IS 0.98

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#035D9B (or 0x035D9B) is known color: Cobalt. HEX triplet: 03, 5D and 9B. RGB value is (3,93,155). Sum of RGB (Red+Green+Blue) = 3+93+155=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #035D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D9B is #FCA264. Grayscale: #484848. Windows color (decimal): -16556645 or 10181891. OLE color: 10181891.

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

Color convert

RGB 3 93 155 -
CMYK 0.98 0.4 0 0.39
HSL 204.47º 0.96% 0.31% -
HSV(B) 204.47º 0.98% 0.61% -
XYZ 9.87 10.21 32.46 -
YUV 73.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 3 93 155 0.98 0.4 0 0.39 204.47 0.96 0.31
Hex 3 5D 9B 62 28 0 27 CC 60 1F
Octal 3 135 233 142 50 0 47 314 140 37
Binary 11 1011101 10011011 1100010 101000 0 100111 11001100 1100000 11111

Color Harmonies of #035D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D9B

Black with #035D9B

Text Example


Text Example

White with #035D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #035D9B;
 }
 .AnyTagClassName
 {
   color: #035D9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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