Html Css Color HEX #035BEB Navy Blue

📋 copy color: '#035BEB'

red 3 ◦ green 91 ◦ blue 235

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

Shades of Navy Blue #035BEB

Tints of Navy Blue #035BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 0.91%
G = 27.66%
B = 71.43%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#035BEB (or 0x035BEB) is known color: Navy Blue. HEX triplet: 03, 5B and EB. RGB value is (3,91,235). Sum of RGB (Red+Green+Blue) = 3+91+235=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #035BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BEB is #FCA414. Grayscale: #505050. Windows color (decimal): -16557077 or 15424259. OLE color: 15424259.

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

Color convert

RGB 3 91 235 -
CMYK 0.99 0.61 0 0.08
HSL 217.24º 0.97% 0.47% -
HSV(B) 217.24º 0.99% 0.92% -
XYZ 18.77 13.5 80.21 -
YUV 81.1 214.85 72.29 -
System Red Green Blue C M Y K H S L
Decimal 3 91 235 0.99 0.61 0 0.08 217.24 0.97 0.47
Hex 3 5B EB 63 3D 0 8 D9 61 2F
Octal 3 133 353 143 75 0 10 331 141 57
Binary 11 1011011 11101011 1100011 111101 0 1000 11011001 1100001 101111

Color Harmonies of #035BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BEB

Black with #035BEB

Text Example


Text Example

White with #035BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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