Html Css Color HEX #183FBA Persian Blue

📋 copy color: '#183FBA'

red 24 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #183FBA

Tints of Persian Blue #183FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 186 (73.05% from 255) = 68.13%

R = 8.79%
G = 23.08%
B = 68.13%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#183FBA (or 0x183FBA) is known color: Persian Blue. HEX triplet: 18, 3F and BA. RGB value is (24,63,186). Sum of RGB (Red+Green+Blue) = 24+63+186=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #183FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FBA is #E7C045. Grayscale: #404040. Windows color (decimal): -15188038 or 12205848. OLE color: 12205848.

HSL color Cylindrical-coordinate representation of color #183FBA: hue angle of 225.56º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183FBA is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 63 186 -
CMYK 0.87 0.66 0 0.27
HSL 225.56º 0.77% 0.41% -
HSV(B) 225.56º 0.87% 0.73% -
XYZ 11.02 7.29 47.28 -
YUV 65.36 196.08 98.5 -
System Red Green Blue C M Y K H S L
Decimal 24 63 186 0.87 0.66 0 0.27 225.56 0.77 0.41
Hex 18 3F BA 57 42 0 1B E2 4D 29
Octal 30 77 272 127 102 0 33 342 115 51
Binary 11000 111111 10111010 1010111 1000010 0 11011 11100010 1001101 101001

Color Harmonies of #183FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183FBA

Black with #183FBA

Text Example


Text Example

White with #183FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,63,186); }

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

background-color css

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

 a { background-color: rgb(24,63,186); }

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

border-color css

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

 span { border-color: rgb(24,63,186); }

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