Html Css Color HEX #063EF8 Navy Blue

📋 copy color: '#063EF8'

red 6 ◦ green 62 ◦ blue 248

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

Shades of Navy Blue #063EF8

Tints of Navy Blue #063EF8

RGB

 RED value IS 6 (2.73% from 255) = 1.9%

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 248 (97.27% from 255) = 78.48%

R = 1.9%
G = 19.62%
B = 78.48%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#063EF8 (or 0x063EF8) is known color: Navy Blue. HEX triplet: 06, 3E and F8. RGB value is (6,62,248). Sum of RGB (Red+Green+Blue) = 6+62+248=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 248 (97.27% from 255 or 78.48% from 316); Max value from RGB is 248 - color contains mainly: blue. Hex color #063EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EF8 is #F9C107. Grayscale: #414141. Windows color (decimal): -16367880 or 16268806. OLE color: 16268806.

HSL color Cylindrical-coordinate representation of color #063EF8: hue angle of 226.12º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063EF8 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 62 248 -
CMYK 0.98 0.75 0 0.03
HSL 226.12º 0.95% 0.5% -
HSV(B) 226.12º 0.98% 0.97% -
XYZ 18.74 10.26 89.8 -
YUV 66.46 230.45 84.88 -
System Red Green Blue C M Y K H S L
Decimal 6 62 248 0.98 0.75 0 0.03 226.12 0.95 0.5
Hex 6 3E F8 62 4B 0 3 E2 5F 32
Octal 6 76 370 142 113 0 3 342 137 62
Binary 110 111110 11111000 1100010 1001011 0 11 11100010 1011111 110010

Color Harmonies of #063EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EF8

Black with #063EF8

Text Example


Text Example

White with #063EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063EF8; }

 p { color: rgb(6,62,248); }

 H1.HeaderClassName
 {
   color: #063EF8;
 }
 .AnyTagClassName
 {
   color: #063EF8;
 }
</style>

background-color css

<style>
 a { background-color: #063EF8; }

 a { background-color: rgb(6,62,248); }

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

border-color css

<style>
 span { border-color: #063EF8; }

 span { border-color: rgb(6,62,248); }

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