Html Css Color HEX #035ECF Navy Blue

📋 copy color: '#035ECF'

red 3 ◦ green 94 ◦ blue 207

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

Shades of Navy Blue #035ECF

Tints of Navy Blue #035ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.92%

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 0.99%
G = 30.92%
B = 68.09%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#035ECF (or 0x035ECF) is known color: Navy Blue. HEX triplet: 03, 5E and CF. RGB value is (3,94,207). Sum of RGB (Red+Green+Blue) = 3+94+207=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #035ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ECF is #FCA130. Grayscale: #4F4F4F. Windows color (decimal): -16556337 or 13590019. OLE color: 13590019.

HSL color Cylindrical-coordinate representation of color #035ECF: hue angle of 213.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035ECF is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 94 207 -
CMYK 0.99 0.55 0 0.19
HSL 213.24º 0.97% 0.41% -
HSV(B) 213.24º 0.99% 0.81% -
XYZ 15.3 12.53 60.64 -
YUV 79.67 199.85 73.31 -
System Red Green Blue C M Y K H S L
Decimal 3 94 207 0.99 0.55 0 0.19 213.24 0.97 0.41
Hex 3 5E CF 63 37 0 13 D5 61 29
Octal 3 136 317 143 67 0 23 325 141 51
Binary 11 1011110 11001111 1100011 110111 0 10011 11010101 1100001 101001

Color Harmonies of #035ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ECF

Black with #035ECF

Text Example


Text Example

White with #035ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,207); }

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

background-color css

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

 a { background-color: rgb(3,94,207); }

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

border-color css

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

 span { border-color: rgb(3,94,207); }

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