Html Css Color HEX #183DD7 Persian Blue

📋 copy color: '#183DD7'

red 24 ◦ green 61 ◦ blue 215

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

Shades of Persian Blue #183DD7

Tints of Persian Blue #183DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

 BLUE value IS 215 (84.38% from 255) = 71.67%

R = 8%
G = 20.33%
B = 71.67%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#183DD7 (or 0x183DD7) is known color: Persian Blue. HEX triplet: 18, 3D and D7. RGB value is (24,61,215). Sum of RGB (Red+Green+Blue) = 24+61+215=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 215 (84.38% from 255 or 71.67% from 300); Max value from RGB is 215 - color contains mainly: blue. Hex color #183DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DD7 is #E7C228. Grayscale: #424242. Windows color (decimal): -15188521 or 14105880. OLE color: 14105880.

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

Color convert

RGB 24 61 215 -
CMYK 0.89 0.72 0 0.16
HSL 228.38º 0.8% 0.47% -
HSV(B) 228.38º 0.89% 0.84% -
XYZ 14.31 8.44 65.16 -
YUV 67.49 211.24 96.98 -
System Red Green Blue C M Y K H S L
Decimal 24 61 215 0.89 0.72 0 0.16 228.38 0.8 0.47
Hex 18 3D D7 59 48 0 10 E4 50 2F
Octal 30 75 327 131 110 0 20 344 120 57
Binary 11000 111101 11010111 1011001 1001000 0 10000 11100100 1010000 101111

Color Harmonies of #183DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183DD7

Black with #183DD7

Text Example


Text Example

White with #183DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,61,215); }

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

background-color css

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

 a { background-color: rgb(24,61,215); }

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

border-color css

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

 span { border-color: rgb(24,61,215); }

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