Html Css Color HEX #183FCB Persian Blue

📋 copy color: '#183FCB'

red 24 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #183FCB

Tints of Persian Blue #183FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70%

R = 8.28%
G = 21.72%
B = 70%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#183FCB (or 0x183FCB) is known color: Persian Blue. HEX triplet: 18, 3F and CB. RGB value is (24,63,203). Sum of RGB (Red+Green+Blue) = 24+63+203=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #183FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FCB is #E7C034. Grayscale: #424242. Windows color (decimal): -15188021 or 13319960. OLE color: 13319960.

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

Color convert

RGB 24 63 203 -
CMYK 0.88 0.69 0 0.20
HSL 226.93º 0.79% 0.45% -
HSV(B) 226.93º 0.88% 0.8% -
XYZ 12.93 8.06 57.37 -
YUV 67.3 204.58 97.12 -
System Red Green Blue C M Y K H S L
Decimal 24 63 203 0.88 0.69 0 0.20 226.93 0.79 0.45
Hex 18 3F CB 58 45 0 14 E3 4F 2D
Octal 30 77 313 130 105 0 24 343 117 55
Binary 11000 111111 11001011 1011000 1000101 0 10100 11100011 1001111 101101

Color Harmonies of #183FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183FCB

Black with #183FCB

Text Example


Text Example

White with #183FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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