Html Css Color HEX #182BDA Persian Blue

📋 copy color: '#182BDA'

red 24 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #182BDA

Tints of Persian Blue #182BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 8.42%
G = 15.09%
B = 76.49%

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

#182BDA (or 0x182BDA) is known color: Persian Blue. HEX triplet: 18, 2B and DA. RGB value is (24,43,218). Sum of RGB (Red+Green+Blue) = 24+43+218=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #182BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BDA is #E7D425. Grayscale: #383838. Windows color (decimal): -15193126 or 14297880. OLE color: 14297880.

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

Color convert

RGB 24 43 218 -
CMYK 0.89 0.80 0 0.15
HSL 234.12º 0.8% 0.47% -
HSV(B) 234.12º 0.89% 0.85% -
XYZ 13.9 6.98 66.95 -
YUV 57.27 218.71 104.27 -
System Red Green Blue C M Y K H S L
Decimal 24 43 218 0.89 0.80 0 0.15 234.12 0.8 0.47
Hex 18 2B DA 59 50 0 F EA 50 2F
Octal 30 53 332 131 120 0 17 352 120 57
Binary 11000 101011 11011010 1011001 1010000 0 1111 11101010 1010000 101111

Color Harmonies of #182BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BDA

Black with #182BDA

Text Example


Text Example

White with #182BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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