Html Css Color HEX #1046CC Persian Blue

📋 copy color: '#1046CC'

red 16 ◦ green 70 ◦ blue 204

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

Shades of Persian Blue #1046CC

Tints of Persian Blue #1046CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 204 (80.08% from 255) = 70.34%

R = 5.52%
G = 24.14%
B = 70.34%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1046CC (or 0x1046CC) is known color: Persian Blue. HEX triplet: 10, 46 and CC. RGB value is (16,70,204). Sum of RGB (Red+Green+Blue) = 16+70+204=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #1046CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1046CC is #EFB933. Grayscale: #444444. Windows color (decimal): -15710516 or 13387280. OLE color: 13387280.

HSL color Cylindrical-coordinate representation of color #1046CC: hue angle of 222.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1046CC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 70 204 -
CMYK 0.92 0.66 0 0.2
HSL 222.77º 0.85% 0.43% -
HSV(B) 222.77º 0.92% 0.8% -
XYZ 13.3 8.85 58.13 -
YUV 69.13 204.11 90.1 -
System Red Green Blue C M Y K H S L
Decimal 16 70 204 0.92 0.66 0 0.2 222.77 0.85 0.43
Hex 10 46 CC 5C 42 0 14 DF 55 2B
Octal 20 106 314 134 102 0 24 337 125 53
Binary 10000 1000110 11001100 1011100 1000010 0 10100 11011111 1010101 101011

Color Harmonies of #1046CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1046CC

Black with #1046CC

Text Example


Text Example

White with #1046CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1046CC; }

 p { color: rgb(16,70,204); }

 H1.HeaderClassName
 {
   color: #1046CC;
 }
 .AnyTagClassName
 {
   color: #1046CC;
 }
</style>

background-color css

<style>
 a { background-color: #1046CC; }

 a { background-color: rgb(16,70,204); }

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

border-color css

<style>
 span { border-color: #1046CC; }

 span { border-color: rgb(16,70,204); }

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