Html Css Color HEX #182CCE Persian Blue

📋 copy color: '#182CCE'

red 24 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #182CCE

Tints of Persian Blue #182CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

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

R = 8.76%
G = 16.06%
B = 75.18%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#182CCE (or 0x182CCE) is known color: Persian Blue. HEX triplet: 18, 2C and CE. RGB value is (24,44,206). Sum of RGB (Red+Green+Blue) = 24+44+206=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #182CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CCE is #E7D331. Grayscale: #373737. Windows color (decimal): -15192882 or 13511704. OLE color: 13511704.

HSL color Cylindrical-coordinate representation of color #182CCE: hue angle of 233.41º 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 #182CCE is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 44 206 -
CMYK 0.88 0.79 0 0.19
HSL 233.41º 0.79% 0.45% -
HSV(B) 233.41º 0.88% 0.81% -
XYZ 12.42 6.45 58.98 -
YUV 56.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 24 44 206 0.88 0.79 0 0.19 233.41 0.79 0.45
Hex 18 2C CE 58 4F 0 13 E9 4F 2D
Octal 30 54 316 130 117 0 23 351 117 55
Binary 11000 101100 11001110 1011000 1001111 0 10011 11101001 1001111 101101

Color Harmonies of #182CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182CCE

Black with #182CCE

Text Example


Text Example

White with #182CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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