Html Css Color HEX #1538CC Persian Blue

📋 copy color: '#1538CC'

red 21 ◦ green 56 ◦ blue 204

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

Shades of Persian Blue #1538CC

Tints of Persian Blue #1538CC

RGB

 RED value IS 21 (8.59% from 255) = 7.47%

 GREEN value IS 56 (22.27% from 255) = 19.93%

 BLUE value IS 204 (80.08% from 255) = 72.6%

R = 7.47%
G = 19.93%
B = 72.6%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1538CC (or 0x1538CC) is known color: Persian Blue. HEX triplet: 15, 38 and CC. RGB value is (21,56,204). Sum of RGB (Red+Green+Blue) = 21+56+204=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #1538CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538CC is #EAC733. Grayscale: #3D3D3D. Windows color (decimal): -15386420 or 13383701. OLE color: 13383701.

HSL color Cylindrical-coordinate representation of color #1538CC: hue angle of 228.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1538CC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 56 204 -
CMYK 0.90 0.73 0 0.2
HSL 228.52º 0.81% 0.44% -
HSV(B) 228.52º 0.9% 0.8% -
XYZ 12.62 7.35 57.88 -
YUV 62.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 21 56 204 0.90 0.73 0 0.2 228.52 0.81 0.44
Hex 15 38 CC 5A 49 0 14 E5 51 2C
Octal 25 70 314 132 111 0 24 345 121 54
Binary 10101 111000 11001100 1011010 1001001 0 10100 11100101 1010001 101100

Color Harmonies of #1538CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538CC

Black with #1538CC

Text Example


Text Example

White with #1538CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1538CC; }

 p { color: rgb(21,56,204); }

 H1.HeaderClassName
 {
   color: #1538CC;
 }
 .AnyTagClassName
 {
   color: #1538CC;
 }
</style>

background-color css

<style>
 a { background-color: #1538CC; }

 a { background-color: rgb(21,56,204); }

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

border-color css

<style>
 span { border-color: #1538CC; }

 span { border-color: rgb(21,56,204); }

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