Html Css Color HEX #035BCB Navy Blue

📋 copy color: '#035BCB'

red 3 ◦ green 91 ◦ blue 203

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

Shades of Navy Blue #035BCB

Tints of Navy Blue #035BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 1.01%
G = 30.64%
B = 68.35%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#035BCB (or 0x035BCB) is known color: Navy Blue. HEX triplet: 03, 5B and CB. RGB value is (3,91,203). Sum of RGB (Red+Green+Blue) = 3+91+203=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #035BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BCB is #FCA434. Grayscale: #4C4C4C. Windows color (decimal): -16557109 or 13327107. OLE color: 13327107.

HSL color Cylindrical-coordinate representation of color #035BCB: hue angle of 213.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BCB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 91 203 -
CMYK 0.99 0.55 0 0.20
HSL 213.6º 0.97% 0.4% -
HSV(B) 213.6º 0.99% 0.8% -
XYZ 14.56 11.81 58.01 -
YUV 77.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 3 91 203 0.99 0.55 0 0.20 213.6 0.97 0.4
Hex 3 5B CB 63 37 0 14 D6 61 28
Octal 3 133 313 143 67 0 24 326 141 50
Binary 11 1011011 11001011 1100011 110111 0 10100 11010110 1100001 101000

Color Harmonies of #035BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BCB

Black with #035BCB

Text Example


Text Example

White with #035BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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