Html Css Color HEX #035CC9 Navy Blue

📋 copy color: '#035CC9'

red 3 ◦ green 92 ◦ blue 201

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

Shades of Navy Blue #035CC9

Tints of Navy Blue #035CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67.91%

R = 1.01%
G = 31.08%
B = 67.91%

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

#035CC9 (or 0x035CC9) is known color: Navy Blue. HEX triplet: 03, 5C and C9. RGB value is (3,92,201). Sum of RGB (Red+Green+Blue) = 3+92+201=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #035CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CC9 is #FCA336. Grayscale: #4D4D4D. Windows color (decimal): -16556855 or 13196291. OLE color: 13196291.

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

Color convert

RGB 3 92 201 -
CMYK 0.99 0.54 0 0.21
HSL 213.03º 0.97% 0.4% -
HSV(B) 213.03º 0.99% 0.79% -
XYZ 14.41 11.89 56.79 -
YUV 77.82 197.51 74.64 -
System Red Green Blue C M Y K H S L
Decimal 3 92 201 0.99 0.54 0 0.21 213.03 0.97 0.4
Hex 3 5C C9 63 36 0 15 D5 61 28
Octal 3 134 311 143 66 0 25 325 141 50
Binary 11 1011100 11001001 1100011 110110 0 10101 11010101 1100001 101000

Color Harmonies of #035CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CC9

Black with #035CC9

Text Example


Text Example

White with #035CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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