Html Css Color HEX #0652FE Navy Blue

📋 copy color: '#0652FE'

red 6 ◦ green 82 ◦ blue 254

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

Shades of Navy Blue #0652FE

Tints of Navy Blue #0652FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 254 (99.61% from 255) = 74.27%

R = 1.75%
G = 23.98%
B = 74.27%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0652FE (or 0x0652FE) is known color: Navy Blue. HEX triplet: 06, 52 and FE. RGB value is (6,82,254). Sum of RGB (Red+Green+Blue) = 6+82+254=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #0652FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0652FE is #F9AD01. Grayscale: #4E4E4E. Windows color (decimal): -16362754 or 16667142. OLE color: 16667142.

HSL color Cylindrical-coordinate representation of color #0652FE: hue angle of 221.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0652FE is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 82 254 -
CMYK 0.98 0.68 0 0.00
HSL 221.61º 0.99% 0.51% -
HSV(B) 221.61º 0.98% 1% -
XYZ 20.98 13.23 95.21 -
YUV 78.88 226.82 76.01 -
System Red Green Blue C M Y K H S L
Decimal 6 82 254 0.98 0.68 0 0.00 221.61 0.99 0.51
Hex 6 52 FE 62 44 0 0 DE 63 33
Octal 6 122 376 142 104 0 0 336 143 63
Binary 110 1010010 11111110 1100010 1000100 0 0 11011110 1100011 110011

Color Harmonies of #0652FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0652FE

Black with #0652FE

Text Example


Text Example

White with #0652FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0652FE; }

 p { color: rgb(6,82,254); }

 H1.HeaderClassName
 {
   color: #0652FE;
 }
 .AnyTagClassName
 {
   color: #0652FE;
 }
</style>

background-color css

<style>
 a { background-color: #0652FE; }

 a { background-color: rgb(6,82,254); }

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

border-color css

<style>
 span { border-color: #0652FE; }

 span { border-color: rgb(6,82,254); }

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