Html Css Color HEX #182EEB Persian Blue

📋 copy color: '#182EEB'

red 24 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #182EEB

Tints of Persian Blue #182EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.05%

R = 7.87%
G = 15.08%
B = 77.05%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#182EEB (or 0x182EEB) is known color: Persian Blue. HEX triplet: 18, 2E and EB. RGB value is (24,46,235). Sum of RGB (Red+Green+Blue) = 24+46+235=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #182EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182EEB is #E7D114. Grayscale: #3C3C3C. Windows color (decimal): -15192341 or 15412760. OLE color: 15412760.

HSL color Cylindrical-coordinate representation of color #182EEB: hue angle of 233.74º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182EEB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 46 235 -
CMYK 0.90 0.80 0 0.08
HSL 233.74º 0.84% 0.51% -
HSV(B) 233.74º 0.9% 0.92% -
XYZ 16.35 8.15 79.31 -
YUV 60.97 226.21 101.63 -
System Red Green Blue C M Y K H S L
Decimal 24 46 235 0.90 0.80 0 0.08 233.74 0.84 0.51
Hex 18 2E EB 5A 50 0 8 EA 54 33
Octal 30 56 353 132 120 0 10 352 124 63
Binary 11000 101110 11101011 1011010 1010000 0 1000 11101010 1010100 110011

Color Harmonies of #182EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182EEB

Black with #182EEB

Text Example


Text Example

White with #182EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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