Html Css Color HEX #035EBC Navy Blue

📋 copy color: '#035EBC'

red 3 ◦ green 94 ◦ blue 188

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

Shades of Navy Blue #035EBC

Tints of Navy Blue #035EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 1.05%
G = 32.98%
B = 65.96%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#035EBC (or 0x035EBC) is known color: Navy Blue. HEX triplet: 03, 5E and BC. RGB value is (3,94,188). Sum of RGB (Red+Green+Blue) = 3+94+188=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #035EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EBC is #FCA143. Grayscale: #4D4D4D. Windows color (decimal): -16556356 or 12344835. OLE color: 12344835.

HSL color Cylindrical-coordinate representation of color #035EBC: hue angle of 210.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035EBC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 94 188 -
CMYK 0.98 0.50 0 0.26
HSL 210.49º 0.97% 0.37% -
HSV(B) 210.49º 0.98% 0.74% -
XYZ 13.12 11.66 49.14 -
YUV 77.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 3 94 188 0.98 0.50 0 0.26 210.49 0.97 0.37
Hex 3 5E BC 62 32 0 1A D2 61 25
Octal 3 136 274 142 62 0 32 322 141 45
Binary 11 1011110 10111100 1100010 110010 0 11010 11010010 1100001 100101

Color Harmonies of #035EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EBC

Black with #035EBC

Text Example


Text Example

White with #035EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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