Html Css Color HEX #183DAF Persian Blue

📋 copy color: '#183DAF'

red 24 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #183DAF

Tints of Persian Blue #183DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.31%

R = 9.23%
G = 23.46%
B = 67.31%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#183DAF (or 0x183DAF) is known color: Persian Blue. HEX triplet: 18, 3D and AF. RGB value is (24,61,175). Sum of RGB (Red+Green+Blue) = 24+61+175=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #183DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DAF is #E7C250. Grayscale: #3E3E3E. Windows color (decimal): -15188561 or 11484440. OLE color: 11484440.

HSL color Cylindrical-coordinate representation of color #183DAF: hue angle of 225.3º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183DAF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 61 175 -
CMYK 0.86 0.65 0 0.31
HSL 225.3º 0.76% 0.39% -
HSV(B) 225.3º 0.86% 0.69% -
XYZ 9.78 6.63 41.32 -
YUV 62.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 24 61 175 0.86 0.65 0 0.31 225.3 0.76 0.39
Hex 18 3D AF 56 41 0 1F E1 4C 27
Octal 30 75 257 126 101 0 37 341 114 47
Binary 11000 111101 10101111 1010110 1000001 0 11111 11100001 1001100 100111

Color Harmonies of #183DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183DAF

Black with #183DAF

Text Example


Text Example

White with #183DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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