Html Css Color HEX #035ECB Navy Blue

📋 copy color: '#035ECB'

red 3 ◦ green 94 ◦ blue 203

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

Shades of Navy Blue #035ECB

Tints of Navy Blue #035ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

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

R = 1%
G = 31.33%
B = 67.67%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#035ECB (or 0x035ECB) is known color: Navy Blue. HEX triplet: 03, 5E and CB. RGB value is (3,94,203). Sum of RGB (Red+Green+Blue) = 3+94+203=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #035ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ECB is #FCA134. Grayscale: #4E4E4E. Windows color (decimal): -16556341 or 13327875. OLE color: 13327875.

HSL color Cylindrical-coordinate representation of color #035ECB: hue angle of 212.7º 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 #035ECB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 94 203 -
CMYK 0.99 0.54 0 0.20
HSL 212.7º 0.97% 0.4% -
HSV(B) 212.7º 0.99% 0.8% -
XYZ 14.82 12.34 58.1 -
YUV 79.22 197.85 73.64 -
System Red Green Blue C M Y K H S L
Decimal 3 94 203 0.99 0.54 0 0.20 212.7 0.97 0.4
Hex 3 5E CB 63 36 0 14 D5 61 28
Octal 3 136 313 143 66 0 24 325 141 50
Binary 11 1011110 11001011 1100011 110110 0 10100 11010101 1100001 101000

Color Harmonies of #035ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ECB

Black with #035ECB

Text Example


Text Example

White with #035ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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