Html Css Color HEX #035CEC Navy Blue

📋 copy color: '#035CEC'

red 3 ◦ green 92 ◦ blue 236

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

Shades of Navy Blue #035CEC

Tints of Navy Blue #035CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.3%

R = 0.91%
G = 27.79%
B = 71.3%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#035CEC (or 0x035CEC) is known color: Navy Blue. HEX triplet: 03, 5C and EC. RGB value is (3,92,236). Sum of RGB (Red+Green+Blue) = 3+92+236=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #035CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CEC is #FCA313. Grayscale: #515151. Windows color (decimal): -16556820 or 15490051. OLE color: 15490051.

HSL color Cylindrical-coordinate representation of color #035CEC: hue angle of 217.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CEC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 92 236 -
CMYK 0.99 0.61 0 0.07
HSL 217.08º 0.97% 0.47% -
HSV(B) 217.08º 0.99% 0.93% -
XYZ 19.01 13.73 81.01 -
YUV 81.81 215.01 71.79 -
System Red Green Blue C M Y K H S L
Decimal 3 92 236 0.99 0.61 0 0.07 217.08 0.97 0.47
Hex 3 5C EC 63 3D 0 7 D9 61 2F
Octal 3 134 354 143 75 0 7 331 141 57
Binary 11 1011100 11101100 1100011 111101 0 111 11011001 1100001 101111

Color Harmonies of #035CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CEC

Black with #035CEC

Text Example


Text Example

White with #035CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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