Html Css Color HEX #035CDA Navy Blue

📋 copy color: '#035CDA'

red 3 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #035CDA

Tints of Navy Blue #035CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 0.96%
G = 29.39%
B = 69.65%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#035CDA (or 0x035CDA) is known color: Navy Blue. HEX triplet: 03, 5C and DA. RGB value is (3,92,218). Sum of RGB (Red+Green+Blue) = 3+92+218=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #035CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CDA is #FCA325. Grayscale: #4F4F4F. Windows color (decimal): -16556838 or 14310403. OLE color: 14310403.

HSL color Cylindrical-coordinate representation of color #035CDA: hue angle of 215.16º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CDA is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 92 218 -
CMYK 0.99 0.58 0 0.15
HSL 215.16º 0.97% 0.43% -
HSV(B) 215.16º 0.99% 0.85% -
XYZ 16.52 12.74 67.92 -
YUV 79.75 206.01 73.25 -
System Red Green Blue C M Y K H S L
Decimal 3 92 218 0.99 0.58 0 0.15 215.16 0.97 0.43
Hex 3 5C DA 63 3A 0 F D7 61 2B
Octal 3 134 332 143 72 0 17 327 141 53
Binary 11 1011100 11011010 1100011 111010 0 1111 11010111 1100001 101011

Color Harmonies of #035CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CDA

Black with #035CDA

Text Example


Text Example

White with #035CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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