Html Css Color HEX #182FB1 Persian Blue

📋 copy color: '#182FB1'

red 24 ◦ green 47 ◦ blue 177

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

Shades of Persian Blue #182FB1

Tints of Persian Blue #182FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.95%

 BLUE value IS 177 (69.53% from 255) = 71.37%

R = 9.68%
G = 18.95%
B = 71.37%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#182FB1 (or 0x182FB1) is known color: Persian Blue. HEX triplet: 18, 2F and B1. RGB value is (24,47,177). Sum of RGB (Red+Green+Blue) = 24+47+177=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #182FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182FB1 is #E7D04E. Grayscale: #363636. Windows color (decimal): -15192143 or 11611928. OLE color: 11611928.

HSL color Cylindrical-coordinate representation of color #182FB1: hue angle of 230.98º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182FB1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 47 177 -
CMYK 0.86 0.73 0 0.31
HSL 230.98º 0.76% 0.39% -
HSV(B) 230.98º 0.86% 0.69% -
XYZ 9.33 5.4 42.15 -
YUV 54.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 24 47 177 0.86 0.73 0 0.31 230.98 0.76 0.39
Hex 18 2F B1 56 49 0 1F E7 4C 27
Octal 30 57 261 126 111 0 37 347 114 47
Binary 11000 101111 10110001 1010110 1001001 0 11111 11100111 1001100 100111

Color Harmonies of #182FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FB1

Black with #182FB1

Text Example


Text Example

White with #182FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,47,177); }

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

background-color css

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

 a { background-color: rgb(24,47,177); }

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

border-color css

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

 span { border-color: rgb(24,47,177); }

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