Html Css Color HEX #182FDF Persian Blue

📋 copy color: '#182FDF'

red 24 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #182FDF

Tints of Persian Blue #182FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.85%

R = 8.16%
G = 15.99%
B = 75.85%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#182FDF (or 0x182FDF) is known color: Persian Blue. HEX triplet: 18, 2F and DF. RGB value is (24,47,223). Sum of RGB (Red+Green+Blue) = 24+47+223=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #182FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FDF is #E7D020. Grayscale: #3B3B3B. Windows color (decimal): -15192097 or 14626584. OLE color: 14626584.

HSL color Cylindrical-coordinate representation of color #182FDF: hue angle of 233.07º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182FDF is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 47 223 -
CMYK 0.89 0.79 0 0.13
HSL 233.07º 0.81% 0.48% -
HSV(B) 233.07º 0.89% 0.87% -
XYZ 14.71 7.55 70.49 -
YUV 60.19 219.88 102.19 -
System Red Green Blue C M Y K H S L
Decimal 24 47 223 0.89 0.79 0 0.13 233.07 0.81 0.48
Hex 18 2F DF 59 4F 0 D E9 51 30
Octal 30 57 337 131 117 0 15 351 121 60
Binary 11000 101111 11011111 1011001 1001111 0 1101 11101001 1010001 110000

Color Harmonies of #182FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FDF

Black with #182FDF

Text Example


Text Example

White with #182FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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