Html Css Color HEX #035BCE Navy Blue

📋 copy color: '#035BCE'

red 3 ◦ green 91 ◦ blue 206

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

Shades of Navy Blue #035BCE

Tints of Navy Blue #035BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 1%
G = 30.33%
B = 68.67%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#035BCE (or 0x035BCE) is known color: Navy Blue. HEX triplet: 03, 5B and CE. RGB value is (3,91,206). Sum of RGB (Red+Green+Blue) = 3+91+206=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #035BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BCE is #FCA431. Grayscale: #4D4D4D. Windows color (decimal): -16557106 or 13523715. OLE color: 13523715.

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

Color convert

RGB 3 91 206 -
CMYK 0.99 0.56 0 0.19
HSL 213.99º 0.97% 0.41% -
HSV(B) 213.99º 0.99% 0.81% -
XYZ 14.92 11.96 59.91 -
YUV 77.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 3 91 206 0.99 0.56 0 0.19 213.99 0.97 0.41
Hex 3 5B CE 63 38 0 13 D6 61 29
Octal 3 133 316 143 70 0 23 326 141 51
Binary 11 1011011 11001110 1100011 111000 0 10011 11010110 1100001 101001

Color Harmonies of #035BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BCE

Black with #035BCE

Text Example


Text Example

White with #035BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,91,206); }

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

background-color css

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

 a { background-color: rgb(3,91,206); }

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

border-color css

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

 span { border-color: rgb(3,91,206); }

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