Html Css Color HEX #035EFB Navy Blue

📋 copy color: '#035EFB'

red 3 ◦ green 94 ◦ blue 251

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

Shades of Navy Blue #035EFB

Tints of Navy Blue #035EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 0.86%
G = 27.01%
B = 72.13%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#035EFB (or 0x035EFB) is known color: Navy Blue. HEX triplet: 03, 5E and FB. RGB value is (3,94,251). Sum of RGB (Red+Green+Blue) = 3+94+251=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #035EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EFB is #FCA104. Grayscale: #535353. Windows color (decimal): -16556293 or 16473603. OLE color: 16473603.

HSL color Cylindrical-coordinate representation of color #035EFB: hue angle of 217.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EFB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 94 251 -
CMYK 0.99 0.63 0 0.02
HSL 217.98º 0.98% 0.5% -
HSV(B) 217.98º 0.99% 0.98% -
XYZ 21.45 14.99 93.03 -
YUV 84.69 221.85 69.73 -
System Red Green Blue C M Y K H S L
Decimal 3 94 251 0.99 0.63 0 0.02 217.98 0.98 0.5
Hex 3 5E FB 63 3F 0 2 DA 62 32
Octal 3 136 373 143 77 0 2 332 142 62
Binary 11 1011110 11111011 1100011 111111 0 10 11011010 1100010 110010

Color Harmonies of #035EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EFB

Black with #035EFB

Text Example


Text Example

White with #035EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,251); }

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

background-color css

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

 a { background-color: rgb(3,94,251); }

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

border-color css

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

 span { border-color: rgb(3,94,251); }

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