Html Css Color HEX #0645FC Navy Blue

📋 copy color: '#0645FC'

red 6 ◦ green 69 ◦ blue 252

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

Shades of Navy Blue #0645FC

Tints of Navy Blue #0645FC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 252 (98.83% from 255) = 77.06%

R = 1.83%
G = 21.1%
B = 77.06%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0645FC (or 0x0645FC) is known color: Navy Blue. HEX triplet: 06, 45 and FC. RGB value is (6,69,252). Sum of RGB (Red+Green+Blue) = 6+69+252=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #0645FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0645FC is #F9BA03. Grayscale: #464646. Windows color (decimal): -16366084 or 16532742. OLE color: 16532742.

HSL color Cylindrical-coordinate representation of color #0645FC: hue angle of 224.63º 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 #0645FC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 69 252 -
CMYK 0.98 0.73 0 0.01
HSL 224.63º 0.98% 0.51% -
HSV(B) 224.63º 0.98% 0.99% -
XYZ 19.77 11.32 93.24 -
YUV 71.03 230.13 81.62 -
System Red Green Blue C M Y K H S L
Decimal 6 69 252 0.98 0.73 0 0.01 224.63 0.98 0.51
Hex 6 45 FC 62 49 0 1 E1 62 33
Octal 6 105 374 142 111 0 1 341 142 63
Binary 110 1000101 11111100 1100010 1001001 0 1 11100001 1100010 110011

Color Harmonies of #0645FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0645FC

Black with #0645FC

Text Example


Text Example

White with #0645FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0645FC; }

 p { color: rgb(6,69,252); }

 H1.HeaderClassName
 {
   color: #0645FC;
 }
 .AnyTagClassName
 {
   color: #0645FC;
 }
</style>

background-color css

<style>
 a { background-color: #0645FC; }

 a { background-color: rgb(6,69,252); }

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

border-color css

<style>
 span { border-color: #0645FC; }

 span { border-color: rgb(6,69,252); }

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