Html Css Color HEX #183AAF Persian Blue

📋 copy color: '#183AAF'

red 24 ◦ green 58 ◦ blue 175

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

Shades of Persian Blue #183AAF

Tints of Persian Blue #183AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

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

R = 9.34%
G = 22.57%
B = 68.09%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#183AAF (or 0x183AAF) is known color: Persian Blue. HEX triplet: 18, 3A and AF. RGB value is (24,58,175). Sum of RGB (Red+Green+Blue) = 24+58+175=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #183AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183AAF is #E7C550. Grayscale: #3C3C3C. Windows color (decimal): -15189329 or 11483672. OLE color: 11483672.

HSL color Cylindrical-coordinate representation of color #183AAF: hue angle of 226.49º 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 #183AAF is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 58 175 -
CMYK 0.86 0.67 0 0.31
HSL 226.49º 0.76% 0.39% -
HSV(B) 226.49º 0.86% 0.69% -
XYZ 9.63 6.32 41.27 -
YUV 61.17 192.24 101.49 -
System Red Green Blue C M Y K H S L
Decimal 24 58 175 0.86 0.67 0 0.31 226.49 0.76 0.39
Hex 18 3A AF 56 43 0 1F E2 4C 27
Octal 30 72 257 126 103 0 37 342 114 47
Binary 11000 111010 10101111 1010110 1000011 0 11111 11100010 1001100 100111

Color Harmonies of #183AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183AAF

Black with #183AAF

Text Example


Text Example

White with #183AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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