Html Css Color HEX #035BED Navy Blue

📋 copy color: '#035BED'

red 3 ◦ green 91 ◦ blue 237

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

Shades of Navy Blue #035BED

Tints of Navy Blue #035BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.6%

R = 0.91%
G = 27.49%
B = 71.6%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#035BED (or 0x035BED) is known color: Navy Blue. HEX triplet: 03, 5B and ED. RGB value is (3,91,237). Sum of RGB (Red+Green+Blue) = 3+91+237=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #035BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BED is #FCA412. Grayscale: #505050. Windows color (decimal): -16557075 or 15555331. OLE color: 15555331.

HSL color Cylindrical-coordinate representation of color #035BED: hue angle of 217.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BED is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 91 237 -
CMYK 0.99 0.62 0 0.07
HSL 217.44º 0.98% 0.47% -
HSV(B) 217.44º 0.99% 0.93% -
XYZ 19.06 13.62 81.74 -
YUV 81.33 215.85 72.13 -
System Red Green Blue C M Y K H S L
Decimal 3 91 237 0.99 0.62 0 0.07 217.44 0.98 0.47
Hex 3 5B ED 63 3E 0 7 D9 62 2F
Octal 3 133 355 143 76 0 7 331 142 57
Binary 11 1011011 11101101 1100011 111110 0 111 11011001 1100010 101111

Color Harmonies of #035BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BED

Black with #035BED

Text Example


Text Example

White with #035BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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