Html Css Color HEX #183FCA Persian Blue

📋 copy color: '#183FCA'

red 24 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #183FCA

Tints of Persian Blue #183FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.9%

R = 8.3%
G = 21.8%
B = 69.9%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#183FCA (or 0x183FCA) is known color: Persian Blue. HEX triplet: 18, 3F and CA. RGB value is (24,63,202). Sum of RGB (Red+Green+Blue) = 24+63+202=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #183FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FCA is #E7C035. Grayscale: #424242. Windows color (decimal): -15188022 or 13254424. OLE color: 13254424.

HSL color Cylindrical-coordinate representation of color #183FCA: hue angle of 226.85º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183FCA is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 63 202 -
CMYK 0.88 0.69 0 0.21
HSL 226.85º 0.79% 0.44% -
HSV(B) 226.85º 0.88% 0.79% -
XYZ 12.81 8.01 56.75 -
YUV 67.19 204.08 97.2 -
System Red Green Blue C M Y K H S L
Decimal 24 63 202 0.88 0.69 0 0.21 226.85 0.79 0.44
Hex 18 3F CA 58 45 0 15 E3 4F 2C
Octal 30 77 312 130 105 0 25 343 117 54
Binary 11000 111111 11001010 1011000 1000101 0 10101 11100011 1001111 101100

Color Harmonies of #183FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183FCA

Black with #183FCA

Text Example


Text Example

White with #183FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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