Html Css Color HEX #0643FD Navy Blue

📋 copy color: '#0643FD'

red 6 ◦ green 67 ◦ blue 253

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

Shades of Navy Blue #0643FD

Tints of Navy Blue #0643FD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

 BLUE value IS 253 (99.22% from 255) = 77.61%

R = 1.84%
G = 20.55%
B = 77.61%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0643FD (or 0x0643FD) is known color: Navy Blue. HEX triplet: 06, 43 and FD. RGB value is (6,67,253). Sum of RGB (Red+Green+Blue) = 6+67+253=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #0643FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0643FD is #F9BC02. Grayscale: #454545. Windows color (decimal): -16366595 or 16597766. OLE color: 16597766.

HSL color Cylindrical-coordinate representation of color #0643FD: hue angle of 225.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0643FD is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 67 253 -
CMYK 0.98 0.74 0 0.01
HSL 225.18º 0.98% 0.51% -
HSV(B) 225.18º 0.98% 0.99% -
XYZ 19.81 11.14 94.04 -
YUV 69.97 231.29 82.38 -
System Red Green Blue C M Y K H S L
Decimal 6 67 253 0.98 0.74 0 0.01 225.18 0.98 0.51
Hex 6 43 FD 62 4A 0 1 E1 62 33
Octal 6 103 375 142 112 0 1 341 142 63
Binary 110 1000011 11111101 1100010 1001010 0 1 11100001 1100010 110011

Color Harmonies of #0643FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0643FD

Black with #0643FD

Text Example


Text Example

White with #0643FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0643FD; }

 p { color: rgb(6,67,253); }

 H1.HeaderClassName
 {
   color: #0643FD;
 }
 .AnyTagClassName
 {
   color: #0643FD;
 }
</style>

background-color css

<style>
 a { background-color: #0643FD; }

 a { background-color: rgb(6,67,253); }

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

border-color css

<style>
 span { border-color: #0643FD; }

 span { border-color: rgb(6,67,253); }

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