Html Css Color HEX #182ECC Persian Blue

📋 copy color: '#182ECC'

red 24 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #182ECC

Tints of Persian Blue #182ECC

RGB

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

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

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

R = 8.76%
G = 16.79%
B = 74.45%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#182ECC (or 0x182ECC) is known color: Persian Blue. HEX triplet: 18, 2E and CC. RGB value is (24,46,204). Sum of RGB (Red+Green+Blue) = 24+46+204=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #182ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ECC is #E7D133. Grayscale: #383838. Windows color (decimal): -15192372 or 13381144. OLE color: 13381144.

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

Color convert

RGB 24 46 204 -
CMYK 0.88 0.77 0 0.2
HSL 232.67º 0.79% 0.45% -
HSV(B) 232.67º 0.88% 0.8% -
XYZ 12.25 6.51 57.74 -
YUV 57.43 210.71 104.15 -
System Red Green Blue C M Y K H S L
Decimal 24 46 204 0.88 0.77 0 0.2 232.67 0.79 0.45
Hex 18 2E CC 58 4D 0 14 E9 4F 2D
Octal 30 56 314 130 115 0 24 351 117 55
Binary 11000 101110 11001100 1011000 1001101 0 10100 11101001 1001111 101101

Color Harmonies of #182ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ECC

Black with #182ECC

Text Example


Text Example

White with #182ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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