Html Css Color HEX #035CDF Navy Blue

📋 copy color: '#035CDF'

red 3 ◦ green 92 ◦ blue 223

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

Shades of Navy Blue #035CDF

Tints of Navy Blue #035CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 0.94%
G = 28.93%
B = 70.13%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#035CDF (or 0x035CDF) is known color: Navy Blue. HEX triplet: 03, 5C and DF. RGB value is (3,92,223). Sum of RGB (Red+Green+Blue) = 3+92+223=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #035CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CDF is #FCA320. Grayscale: #4F4F4F. Windows color (decimal): -16556833 or 14638083. OLE color: 14638083.

HSL color Cylindrical-coordinate representation of color #035CDF: hue angle of 215.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CDF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 92 223 -
CMYK 0.99 0.59 0 0.13
HSL 215.73º 0.97% 0.44% -
HSV(B) 215.73º 0.99% 0.87% -
XYZ 17.18 13 71.42 -
YUV 80.32 208.51 72.85 -
System Red Green Blue C M Y K H S L
Decimal 3 92 223 0.99 0.59 0 0.13 215.73 0.97 0.44
Hex 3 5C DF 63 3B 0 D D8 61 2C
Octal 3 134 337 143 73 0 15 330 141 54
Binary 11 1011100 11011111 1100011 111011 0 1101 11011000 1100001 101100

Color Harmonies of #035CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CDF

Black with #035CDF

Text Example


Text Example

White with #035CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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