Html Css Color HEX #035BBE Navy Blue

📋 copy color: '#035BBE'

red 3 ◦ green 91 ◦ blue 190

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

Shades of Navy Blue #035BBE

Tints of Navy Blue #035BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 1.06%
G = 32.04%
B = 66.9%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#035BBE (or 0x035BBE) is known color: Navy Blue. HEX triplet: 03, 5B and BE. RGB value is (3,91,190). Sum of RGB (Red+Green+Blue) = 3+91+190=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #035BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BBE is #FCA441. Grayscale: #4B4B4B. Windows color (decimal): -16557122 or 12475139. OLE color: 12475139.

HSL color Cylindrical-coordinate representation of color #035BBE: hue angle of 211.76º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BBE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 91 190 -
CMYK 0.98 0.52 0 0.25
HSL 211.76º 0.97% 0.38% -
HSV(B) 211.76º 0.98% 0.75% -
XYZ 13.07 11.22 50.19 -
YUV 75.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 3 91 190 0.98 0.52 0 0.25 211.76 0.97 0.38
Hex 3 5B BE 62 34 0 19 D4 61 26
Octal 3 133 276 142 64 0 31 324 141 46
Binary 11 1011011 10111110 1100010 110100 0 11001 11010100 1100001 100110

Color Harmonies of #035BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BBE

Black with #035BBE

Text Example


Text Example

White with #035BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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