Html Css Color HEX #035ECC Navy Blue

📋 copy color: '#035ECC'

red 3 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #035ECC

Tints of Navy Blue #035ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 1%
G = 31.23%
B = 67.77%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#035ECC (or 0x035ECC) is known color: Navy Blue. HEX triplet: 03, 5E and CC. RGB value is (3,94,204). Sum of RGB (Red+Green+Blue) = 3+94+204=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #035ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ECC is #FCA133. Grayscale: #4E4E4E. Windows color (decimal): -16556340 or 13393411. OLE color: 13393411.

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

Color convert

RGB 3 94 204 -
CMYK 0.99 0.54 0 0.2
HSL 212.84º 0.97% 0.41% -
HSV(B) 212.84º 0.99% 0.8% -
XYZ 14.94 12.38 58.73 -
YUV 79.33 198.35 73.56 -
System Red Green Blue C M Y K H S L
Decimal 3 94 204 0.99 0.54 0 0.2 212.84 0.97 0.41
Hex 3 5E CC 63 36 0 14 D5 61 29
Octal 3 136 314 143 66 0 24 325 141 51
Binary 11 1011110 11001100 1100011 110110 0 10100 11010101 1100001 101001

Color Harmonies of #035ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ECC

Black with #035ECC

Text Example


Text Example

White with #035ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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