Html Css Color HEX #182CDA Persian Blue

📋 copy color: '#182CDA'

red 24 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #182CDA

Tints of Persian Blue #182CDA

RGB

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

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

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

R = 8.39%
G = 15.38%
B = 76.22%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#182CDA (or 0x182CDA) is known color: Persian Blue. HEX triplet: 18, 2C and DA. RGB value is (24,44,218). Sum of RGB (Red+Green+Blue) = 24+44+218=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #182CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CDA is #E7D325. Grayscale: #393939. Windows color (decimal): -15192870 or 14298136. OLE color: 14298136.

HSL color Cylindrical-coordinate representation of color #182CDA: hue angle of 233.81º 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 #182CDA is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 44 218 -
CMYK 0.89 0.80 0 0.15
HSL 233.81º 0.8% 0.47% -
HSV(B) 233.81º 0.89% 0.85% -
XYZ 13.93 7.06 66.96 -
YUV 57.86 218.37 103.85 -
System Red Green Blue C M Y K H S L
Decimal 24 44 218 0.89 0.80 0 0.15 233.81 0.8 0.47
Hex 18 2C DA 59 50 0 F EA 50 2F
Octal 30 54 332 131 120 0 17 352 120 57
Binary 11000 101100 11011010 1011001 1010000 0 1111 11101010 1010000 101111

Color Harmonies of #182CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182CDA

Black with #182CDA

Text Example


Text Example

White with #182CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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