Html Css Color HEX #181DCF Persian Blue

📋 copy color: '#181DCF'

red 24 ◦ green 29 ◦ blue 207

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

Shades of Persian Blue #181DCF

Tints of Persian Blue #181DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.15%

 BLUE value IS 207 (81.25% from 255) = 79.62%

R = 9.23%
G = 11.15%
B = 79.62%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#181DCF (or 0x181DCF) is known color: Persian Blue. HEX triplet: 18, 1D and CF. RGB value is (24,29,207). Sum of RGB (Red+Green+Blue) = 24+29+207=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #181DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DCF is #E7E230. Grayscale: #2F2F2F. Windows color (decimal): -15196721 or 13573400. OLE color: 13573400.

HSL color Cylindrical-coordinate representation of color #181DCF: hue angle of 238.36º 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 #181DCF is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 29 207 -
CMYK 0.88 0.86 0 0.19
HSL 238.36º 0.79% 0.45% -
HSV(B) 238.36º 0.88% 0.81% -
XYZ 12.08 5.58 59.47 -
YUV 47.8 217.84 111.03 -
System Red Green Blue C M Y K H S L
Decimal 24 29 207 0.88 0.86 0 0.19 238.36 0.79 0.45
Hex 18 1D CF 58 56 0 13 EE 4F 2D
Octal 30 35 317 130 126 0 23 356 117 55
Binary 11000 11101 11001111 1011000 1010110 0 10011 11101110 1001111 101101

Color Harmonies of #181DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DCF

Black with #181DCF

Text Example


Text Example

White with #181DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181DCF; }

 p { color: rgb(24,29,207); }

 H1.HeaderClassName
 {
   color: #181DCF;
 }
 .AnyTagClassName
 {
   color: #181DCF;
 }
</style>

background-color css

<style>
 a { background-color: #181DCF; }

 a { background-color: rgb(24,29,207); }

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

border-color css

<style>
 span { border-color: #181DCF; }

 span { border-color: rgb(24,29,207); }

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