Html Css Color HEX #183BDA Persian Blue

📋 copy color: '#183BDA'

red 24 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #183BDA

Tints of Persian Blue #183BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 218 (85.55% from 255) = 72.43%

R = 7.97%
G = 19.6%
B = 72.43%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#183BDA (or 0x183BDA) is known color: Persian Blue. HEX triplet: 18, 3B and DA. RGB value is (24,59,218). Sum of RGB (Red+Green+Blue) = 24+59+218=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #183BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BDA is #E7C425. Grayscale: #414141. Windows color (decimal): -15189030 or 14301976. OLE color: 14301976.

HSL color Cylindrical-coordinate representation of color #183BDA: hue angle of 229.18º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183BDA is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 59 218 -
CMYK 0.89 0.73 0 0.15
HSL 229.18º 0.8% 0.47% -
HSV(B) 229.18º 0.89% 0.85% -
XYZ 14.6 8.38 67.18 -
YUV 66.66 213.4 97.57 -
System Red Green Blue C M Y K H S L
Decimal 24 59 218 0.89 0.73 0 0.15 229.18 0.8 0.47
Hex 18 3B DA 59 49 0 F E5 50 2F
Octal 30 73 332 131 111 0 17 345 120 57
Binary 11000 111011 11011010 1011001 1001001 0 1111 11100101 1010000 101111

Color Harmonies of #183BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183BDA

Black with #183BDA

Text Example


Text Example

White with #183BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183BDA; }

 p { color: rgb(24,59,218); }

 H1.HeaderClassName
 {
   color: #183BDA;
 }
 .AnyTagClassName
 {
   color: #183BDA;
 }
</style>

background-color css

<style>
 a { background-color: #183BDA; }

 a { background-color: rgb(24,59,218); }

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

border-color css

<style>
 span { border-color: #183BDA; }

 span { border-color: rgb(24,59,218); }

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