Html Css Color HEX #182EDA Persian Blue

📋 copy color: '#182EDA'

red 24 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #182EDA

Tints of Persian Blue #182EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 75.69%

R = 8.33%
G = 15.97%
B = 75.69%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#182EDA (or 0x182EDA) is known color: Persian Blue. HEX triplet: 18, 2E and DA. RGB value is (24,46,218). Sum of RGB (Red+Green+Blue) = 24+46+218=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #182EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182EDA is #E7D125. Grayscale: #3A3A3A. Windows color (decimal): -15192358 or 14298648. OLE color: 14298648.

HSL color Cylindrical-coordinate representation of color #182EDA: hue angle of 233.2º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182EDA is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 46 218 -
CMYK 0.89 0.79 0 0.15
HSL 233.2º 0.8% 0.47% -
HSV(B) 233.2º 0.89% 0.85% -
XYZ 14.01 7.21 66.98 -
YUV 59.03 217.71 103.01 -
System Red Green Blue C M Y K H S L
Decimal 24 46 218 0.89 0.79 0 0.15 233.2 0.8 0.47
Hex 18 2E DA 59 4F 0 F E9 50 2F
Octal 30 56 332 131 117 0 17 351 120 57
Binary 11000 101110 11011010 1011001 1001111 0 1111 11101001 1010000 101111

Color Harmonies of #182EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182EDA

Black with #182EDA

Text Example


Text Example

White with #182EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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