Html Css Color HEX #182BCC Persian Blue

📋 copy color: '#182BCC'

red 24 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #182BCC

Tints of Persian Blue #182BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 8.86%
G = 15.87%
B = 75.28%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#182BCC (or 0x182BCC) is known color: Persian Blue. HEX triplet: 18, 2B and CC. RGB value is (24,43,204). Sum of RGB (Red+Green+Blue) = 24+43+204=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #182BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BCC is #E7D433. Grayscale: #373737. Windows color (decimal): -15193140 or 13380376. OLE color: 13380376.

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

Color convert

RGB 24 43 204 -
CMYK 0.88 0.79 0 0.2
HSL 233.67º 0.79% 0.45% -
HSV(B) 233.67º 0.88% 0.8% -
XYZ 12.14 6.28 57.7 -
YUV 55.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 24 43 204 0.88 0.79 0 0.2 233.67 0.79 0.45
Hex 18 2B CC 58 4F 0 14 EA 4F 2D
Octal 30 53 314 130 117 0 24 352 117 55
Binary 11000 101011 11001100 1011000 1001111 0 10100 11101010 1001111 101101

Color Harmonies of #182BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BCC

Black with #182BCC

Text Example


Text Example

White with #182BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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