Html Css Color HEX #035FCD Navy Blue

📋 copy color: '#035FCD'

red 3 ◦ green 95 ◦ blue 205

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

Shades of Navy Blue #035FCD

Tints of Navy Blue #035FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 0.99%
G = 31.35%
B = 67.66%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#035FCD (or 0x035FCD) is known color: Navy Blue. HEX triplet: 03, 5F and CD. RGB value is (3,95,205). Sum of RGB (Red+Green+Blue) = 3+95+205=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #035FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FCD is #FCA032. Grayscale: #4F4F4F. Windows color (decimal): -16556083 or 13459203. OLE color: 13459203.

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

Color convert

RGB 3 95 205 -
CMYK 0.99 0.54 0 0.20
HSL 212.67º 0.97% 0.41% -
HSV(B) 212.67º 0.99% 0.8% -
XYZ 15.15 12.61 59.39 -
YUV 80.03 198.52 73.06 -
System Red Green Blue C M Y K H S L
Decimal 3 95 205 0.99 0.54 0 0.20 212.67 0.97 0.41
Hex 3 5F CD 63 36 0 14 D5 61 29
Octal 3 137 315 143 66 0 24 325 141 51
Binary 11 1011111 11001101 1100011 110110 0 10100 11010101 1100001 101001

Color Harmonies of #035FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FCD

Black with #035FCD

Text Example


Text Example

White with #035FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,95,205); }

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

background-color css

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

 a { background-color: rgb(3,95,205); }

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

border-color css

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

 span { border-color: rgb(3,95,205); }

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