Html Css Color HEX #182CEE Persian Blue

📋 copy color: '#182CEE'

red 24 ◦ green 44 ◦ blue 238

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

Shades of Persian Blue #182CEE

Tints of Persian Blue #182CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 77.78%

R = 7.84%
G = 14.38%
B = 77.78%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#182CEE (or 0x182CEE) is known color: Persian Blue. HEX triplet: 18, 2C and EE. RGB value is (24,44,238). Sum of RGB (Red+Green+Blue) = 24+44+238=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #182CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182CEE is #E7D311. Grayscale: #3B3B3B. Windows color (decimal): -15192850 or 15608856. OLE color: 15608856.

HSL color Cylindrical-coordinate representation of color #182CEE: hue angle of 234.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182CEE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 44 238 -
CMYK 0.90 0.82 0 0.07
HSL 234.39º 0.86% 0.51% -
HSV(B) 234.39º 0.9% 0.93% -
XYZ 16.71 8.17 81.58 -
YUV 60.14 228.37 102.23 -
System Red Green Blue C M Y K H S L
Decimal 24 44 238 0.90 0.82 0 0.07 234.39 0.86 0.51
Hex 18 2C EE 5A 52 0 7 EA 56 33
Octal 30 54 356 132 122 0 7 352 126 63
Binary 11000 101100 11101110 1011010 1010010 0 111 11101010 1010110 110011

Color Harmonies of #182CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182CEE

Black with #182CEE

Text Example


Text Example

White with #182CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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