Html Css Color HEX #182FB7 Persian Blue

📋 copy color: '#182FB7'

red 24 ◦ green 47 ◦ blue 183

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

Shades of Persian Blue #182FB7

Tints of Persian Blue #182FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 72.05%

R = 9.45%
G = 18.5%
B = 72.05%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#182FB7 (or 0x182FB7) is known color: Persian Blue. HEX triplet: 18, 2F and B7. RGB value is (24,47,183). Sum of RGB (Red+Green+Blue) = 24+47+183=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 183 (71.88% from 255 or 72.05% from 254); Max value from RGB is 183 - color contains mainly: blue. Hex color #182FB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FB7 is #E7D048. Grayscale: #373737. Windows color (decimal): -15192137 or 12005144. OLE color: 12005144.

HSL color Cylindrical-coordinate representation of color #182FB7: hue angle of 231.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182FB7 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 47 183 -
CMYK 0.87 0.74 0 0.28
HSL 231.32º 0.77% 0.41% -
HSV(B) 231.32º 0.87% 0.72% -
XYZ 9.94 5.65 45.37 -
YUV 55.63 199.88 105.44 -
System Red Green Blue C M Y K H S L
Decimal 24 47 183 0.87 0.74 0 0.28 231.32 0.77 0.41
Hex 18 2F B7 57 4A 0 1C E7 4D 29
Octal 30 57 267 127 112 0 34 347 115 51
Binary 11000 101111 10110111 1010111 1001010 0 11100 11100111 1001101 101001

Color Harmonies of #182FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FB7

Black with #182FB7

Text Example


Text Example

White with #182FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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