Html Css Color HEX #035CCA Navy Blue

📋 copy color: '#035CCA'

red 3 ◦ green 92 ◦ blue 202

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

Shades of Navy Blue #035CCA

Tints of Navy Blue #035CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 202 (79.3% from 255) = 68.01%

R = 1.01%
G = 30.98%
B = 68.01%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#035CCA (or 0x035CCA) is known color: Navy Blue. HEX triplet: 03, 5C and CA. RGB value is (3,92,202). Sum of RGB (Red+Green+Blue) = 3+92+202=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #035CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CCA is #FCA335. Grayscale: #4D4D4D. Windows color (decimal): -16556854 or 13261827. OLE color: 13261827.

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

Color convert

RGB 3 92 202 -
CMYK 0.99 0.54 0 0.21
HSL 213.17º 0.97% 0.4% -
HSV(B) 213.17º 0.99% 0.79% -
XYZ 14.53 11.94 57.42 -
YUV 77.93 198.01 74.56 -
System Red Green Blue C M Y K H S L
Decimal 3 92 202 0.99 0.54 0 0.21 213.17 0.97 0.4
Hex 3 5C CA 63 36 0 15 D5 61 28
Octal 3 134 312 143 66 0 25 325 141 50
Binary 11 1011100 11001010 1100011 110110 0 10101 11010101 1100001 101000

Color Harmonies of #035CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CCA

Black with #035CCA

Text Example


Text Example

White with #035CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,92,202); }

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

background-color css

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

 a { background-color: rgb(3,92,202); }

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

border-color css

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

 span { border-color: rgb(3,92,202); }

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