Html Css Color HEX #035BC8 Navy Blue

📋 copy color: '#035BC8'

red 3 ◦ green 91 ◦ blue 200

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

Shades of Navy Blue #035BC8

Tints of Navy Blue #035BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

 BLUE value IS 200 (78.52% from 255) = 68.03%

R = 1.02%
G = 30.95%
B = 68.03%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#035BC8 (or 0x035BC8) is known color: Navy Blue. HEX triplet: 03, 5B and C8. RGB value is (3,91,200). Sum of RGB (Red+Green+Blue) = 3+91+200=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #035BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BC8 is #FCA437. Grayscale: #4C4C4C. Windows color (decimal): -16557112 or 13130499. OLE color: 13130499.

HSL color Cylindrical-coordinate representation of color #035BC8: hue angle of 213.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BC8 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 91 200 -
CMYK 0.98 0.54 0 0.22
HSL 213.2º 0.97% 0.4% -
HSV(B) 213.2º 0.99% 0.78% -
XYZ 14.2 11.67 56.15 -
YUV 77.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 3 91 200 0.98 0.54 0 0.22 213.2 0.97 0.4
Hex 3 5B C8 62 36 0 16 D5 61 28
Octal 3 133 310 142 66 0 26 325 141 50
Binary 11 1011011 11001000 1100010 110110 0 10110 11010101 1100001 101000

Color Harmonies of #035BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BC8

Black with #035BC8

Text Example


Text Example

White with #035BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,91,200); }

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

background-color css

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

 a { background-color: rgb(3,91,200); }

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

border-color css

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

 span { border-color: rgb(3,91,200); }

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