Html Css Color HEX #182ECE Persian Blue

📋 copy color: '#182ECE'

red 24 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #182ECE

Tints of Persian Blue #182ECE

RGB

 RED value IS 24 (9.77% from 255) = 8.7%

 GREEN value IS 46 (18.36% from 255) = 16.67%

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 8.7%
G = 16.67%
B = 74.64%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#182ECE (or 0x182ECE) is known color: Persian Blue. HEX triplet: 18, 2E and CE. RGB value is (24,46,206). Sum of RGB (Red+Green+Blue) = 24+46+206=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #182ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ECE is #E7D131. Grayscale: #393939. Windows color (decimal): -15192370 or 13512216. OLE color: 13512216.

HSL color Cylindrical-coordinate representation of color #182ECE: hue angle of 232.75º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182ECE is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 46 206 -
CMYK 0.88 0.78 0 0.19
HSL 232.75º 0.79% 0.45% -
HSV(B) 232.75º 0.88% 0.81% -
XYZ 12.49 6.6 59.01 -
YUV 57.66 211.71 103.99 -
System Red Green Blue C M Y K H S L
Decimal 24 46 206 0.88 0.78 0 0.19 232.75 0.79 0.45
Hex 18 2E CE 58 4E 0 13 E9 4F 2D
Octal 30 56 316 130 116 0 23 351 117 55
Binary 11000 101110 11001110 1011000 1001110 0 10011 11101001 1001111 101101

Color Harmonies of #182ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ECE

Black with #182ECE

Text Example


Text Example

White with #182ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182ECE; }

 p { color: rgb(24,46,206); }

 H1.HeaderClassName
 {
   color: #182ECE;
 }
 .AnyTagClassName
 {
   color: #182ECE;
 }
</style>

background-color css

<style>
 a { background-color: #182ECE; }

 a { background-color: rgb(24,46,206); }

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

border-color css

<style>
 span { border-color: #182ECE; }

 span { border-color: rgb(24,46,206); }

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