Html Css Color HEX #183BCF Persian Blue

📋 copy color: '#183BCF'

red 24 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #183BCF

Tints of Persian Blue #183BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 207 (81.25% from 255) = 71.38%

R = 8.28%
G = 20.34%
B = 71.38%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#183BCF (or 0x183BCF) is known color: Persian Blue. HEX triplet: 18, 3B and CF. RGB value is (24,59,207). Sum of RGB (Red+Green+Blue) = 24+59+207=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #183BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BCF is #E7C430. Grayscale: #404040. Windows color (decimal): -15189041 or 13581080. OLE color: 13581080.

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

Color convert

RGB 24 59 207 -
CMYK 0.88 0.71 0 0.19
HSL 228.52º 0.79% 0.45% -
HSV(B) 228.52º 0.88% 0.81% -
XYZ 13.2 7.83 59.85 -
YUV 65.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 24 59 207 0.88 0.71 0 0.19 228.52 0.79 0.45
Hex 18 3B CF 58 47 0 13 E5 4F 2D
Octal 30 73 317 130 107 0 23 345 117 55
Binary 11000 111011 11001111 1011000 1000111 0 10011 11100101 1001111 101101

Color Harmonies of #183BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183BCF

Black with #183BCF

Text Example


Text Example

White with #183BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,59,207); }

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

background-color css

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

 a { background-color: rgb(24,59,207); }

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

border-color css

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

 span { border-color: rgb(24,59,207); }

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