Html Css Color HEX #1052EF Navy Blue

📋 copy color: '#1052EF'

red 16 ◦ green 82 ◦ blue 239

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

Shades of Navy Blue #1052EF

Tints of Navy Blue #1052EF

RGB

 RED value IS 16 (6.64% from 255) = 4.75%

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

 BLUE value IS 239 (93.75% from 255) = 70.92%

R = 4.75%
G = 24.33%
B = 70.92%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1052EF (or 0x1052EF) is known color: Navy Blue. HEX triplet: 10, 52 and EF. RGB value is (16,82,239). Sum of RGB (Red+Green+Blue) = 16+82+239=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #1052EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1052EF is #EFAD10. Grayscale: #4F4F4F. Windows color (decimal): -15707409 or 15684112. OLE color: 15684112.

HSL color Cylindrical-coordinate representation of color #1052EF: hue angle of 222.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1052EF is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 82 239 -
CMYK 0.93 0.66 0 0.06
HSL 222.24º 0.87% 0.5% -
HSV(B) 222.24º 0.93% 0.94% -
XYZ 18.81 12.38 83.06 -
YUV 80.16 217.63 82.23 -
System Red Green Blue C M Y K H S L
Decimal 16 82 239 0.93 0.66 0 0.06 222.24 0.87 0.5
Hex 10 52 EF 5D 42 0 6 DE 57 32
Octal 20 122 357 135 102 0 6 336 127 62
Binary 10000 1010010 11101111 1011101 1000010 0 110 11011110 1010111 110010

Color Harmonies of #1052EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1052EF

Black with #1052EF

Text Example


Text Example

White with #1052EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1052EF; }

 p { color: rgb(16,82,239); }

 H1.HeaderClassName
 {
   color: #1052EF;
 }
 .AnyTagClassName
 {
   color: #1052EF;
 }
</style>

background-color css

<style>
 a { background-color: #1052EF; }

 a { background-color: rgb(16,82,239); }

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

border-color css

<style>
 span { border-color: #1052EF; }

 span { border-color: rgb(16,82,239); }

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