Html Css Color HEX #035ACC Navy Blue

📋 copy color: '#035ACC'

red 3 ◦ green 90 ◦ blue 204

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

Shades of Navy Blue #035ACC

Tints of Navy Blue #035ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

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

R = 1.01%
G = 30.3%
B = 68.69%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#035ACC (or 0x035ACC) is known color: Navy Blue. HEX triplet: 03, 5A and CC. RGB value is (3,90,204). Sum of RGB (Red+Green+Blue) = 3+90+204=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #035ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ACC is #FCA533. Grayscale: #4C4C4C. Windows color (decimal): -16557364 or 13392387. OLE color: 13392387.

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

Color convert

RGB 3 90 204 -
CMYK 0.99 0.56 0 0.2
HSL 214.03º 0.97% 0.41% -
HSV(B) 214.03º 0.99% 0.8% -
XYZ 14.59 11.69 58.61 -
YUV 76.98 199.68 75.23 -
System Red Green Blue C M Y K H S L
Decimal 3 90 204 0.99 0.56 0 0.2 214.03 0.97 0.41
Hex 3 5A CC 63 38 0 14 D6 61 29
Octal 3 132 314 143 70 0 24 326 141 51
Binary 11 1011010 11001100 1100011 111000 0 10100 11010110 1100001 101001

Color Harmonies of #035ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ACC

Black with #035ACC

Text Example


Text Example

White with #035ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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