Html Css Color HEX #182BCE Persian Blue

📋 copy color: '#182BCE'

red 24 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #182BCE

Tints of Persian Blue #182BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 8.79%
G = 15.75%
B = 75.46%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#182BCE (or 0x182BCE) is known color: Persian Blue. HEX triplet: 18, 2B and CE. RGB value is (24,43,206). Sum of RGB (Red+Green+Blue) = 24+43+206=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #182BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BCE is #E7D431. Grayscale: #373737. Windows color (decimal): -15193138 or 13511448. OLE color: 13511448.

HSL color Cylindrical-coordinate representation of color #182BCE: hue angle of 233.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182BCE is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 43 206 -
CMYK 0.88 0.79 0 0.19
HSL 233.74º 0.79% 0.45% -
HSV(B) 233.74º 0.88% 0.81% -
XYZ 12.38 6.38 58.97 -
YUV 55.9 212.71 105.25 -
System Red Green Blue C M Y K H S L
Decimal 24 43 206 0.88 0.79 0 0.19 233.74 0.79 0.45
Hex 18 2B CE 58 4F 0 13 EA 4F 2D
Octal 30 53 316 130 117 0 23 352 117 55
Binary 11000 101011 11001110 1011000 1001111 0 10011 11101010 1001111 101101

Color Harmonies of #182BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BCE

Black with #182BCE

Text Example


Text Example

White with #182BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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