Html Css Color HEX #0650FC Navy Blue

📋 copy color: '#0650FC'

red 6 ◦ green 80 ◦ blue 252

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

Shades of Navy Blue #0650FC

Tints of Navy Blue #0650FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 1.78%
G = 23.67%
B = 74.56%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0650FC (or 0x0650FC) is known color: Navy Blue. HEX triplet: 06, 50 and FC. RGB value is (6,80,252). Sum of RGB (Red+Green+Blue) = 6+80+252=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #0650FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0650FC is #F9AF03. Grayscale: #4C4C4C. Windows color (decimal): -16363268 or 16535558. OLE color: 16535558.

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

Color convert

RGB 6 80 252 -
CMYK 0.98 0.68 0 0.01
HSL 221.95º 0.98% 0.51% -
HSV(B) 221.95º 0.98% 0.99% -
XYZ 20.51 12.8 93.49 -
YUV 77.48 226.48 77.01 -
System Red Green Blue C M Y K H S L
Decimal 6 80 252 0.98 0.68 0 0.01 221.95 0.98 0.51
Hex 6 50 FC 62 44 0 1 DE 62 33
Octal 6 120 374 142 104 0 1 336 142 63
Binary 110 1010000 11111100 1100010 1000100 0 1 11011110 1100010 110011

Color Harmonies of #0650FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650FC

Black with #0650FC

Text Example


Text Example

White with #0650FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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