Html Css Color HEX #0644FA Navy Blue

📋 copy color: '#0644FA'

red 6 ◦ green 68 ◦ blue 250

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

Shades of Navy Blue #0644FA

Tints of Navy Blue #0644FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 250 (98.05% from 255) = 77.16%

R = 1.85%
G = 20.99%
B = 77.16%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0644FA (or 0x0644FA) is known color: Navy Blue. HEX triplet: 06, 44 and FA. RGB value is (6,68,250). Sum of RGB (Red+Green+Blue) = 6+68+250=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #0644FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0644FA is #F9BB05. Grayscale: #454545. Windows color (decimal): -16366342 or 16401414. OLE color: 16401414.

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

Color convert

RGB 6 68 250 -
CMYK 0.98 0.73 0 0.02
HSL 224.75º 0.96% 0.5% -
HSV(B) 224.75º 0.98% 0.98% -
XYZ 19.4 11.08 91.56 -
YUV 70.21 229.46 82.2 -
System Red Green Blue C M Y K H S L
Decimal 6 68 250 0.98 0.73 0 0.02 224.75 0.96 0.5
Hex 6 44 FA 62 49 0 2 E1 60 32
Octal 6 104 372 142 111 0 2 341 140 62
Binary 110 1000100 11111010 1100010 1001001 0 10 11100001 1100000 110010

Color Harmonies of #0644FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0644FA

Black with #0644FA

Text Example


Text Example

White with #0644FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0644FA; }

 p { color: rgb(6,68,250); }

 H1.HeaderClassName
 {
   color: #0644FA;
 }
 .AnyTagClassName
 {
   color: #0644FA;
 }
</style>

background-color css

<style>
 a { background-color: #0644FA; }

 a { background-color: rgb(6,68,250); }

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

border-color css

<style>
 span { border-color: #0644FA; }

 span { border-color: rgb(6,68,250); }

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