Html Css Color HEX #035BEF Navy Blue

📋 copy color: '#035BEF'

red 3 ◦ green 91 ◦ blue 239

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

Shades of Navy Blue #035BEF

Tints of Navy Blue #035BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.77%

R = 0.9%
G = 27.33%
B = 71.77%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#035BEF (or 0x035BEF) is known color: Navy Blue. HEX triplet: 03, 5B and EF. RGB value is (3,91,239). Sum of RGB (Red+Green+Blue) = 3+91+239=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #035BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BEF is #FCA410. Grayscale: #505050. Windows color (decimal): -16557073 or 15686403. OLE color: 15686403.

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

Color convert

RGB 3 91 239 -
CMYK 0.99 0.62 0 0.06
HSL 217.63º 0.98% 0.47% -
HSV(B) 217.63º 0.99% 0.94% -
XYZ 19.36 13.73 83.29 -
YUV 81.56 216.85 71.97 -
System Red Green Blue C M Y K H S L
Decimal 3 91 239 0.99 0.62 0 0.06 217.63 0.98 0.47
Hex 3 5B EF 63 3E 0 6 DA 62 2F
Octal 3 133 357 143 76 0 6 332 142 57
Binary 11 1011011 11101111 1100011 111110 0 110 11011010 1100010 101111

Color Harmonies of #035BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BEF

Black with #035BEF

Text Example


Text Example

White with #035BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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