Html Css Color HEX #151ECC Persian Blue

📋 copy color: '#151ECC'

red 21 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #151ECC

Tints of Persian Blue #151ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 8.24%
G = 11.76%
B = 80%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#151ECC (or 0x151ECC) is known color: Persian Blue. HEX triplet: 15, 1E and CC. RGB value is (21,30,204). Sum of RGB (Red+Green+Blue) = 21+30+204=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #151ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ECC is #EAE133. Grayscale: #2E2E2E. Windows color (decimal): -15393076 or 13377045. OLE color: 13377045.

HSL color Cylindrical-coordinate representation of color #151ECC: hue angle of 237.05º 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 #151ECC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 30 204 -
CMYK 0.90 0.85 0 0.2
HSL 237.05º 0.81% 0.44% -
HSV(B) 237.05º 0.9% 0.8% -
XYZ 11.67 5.45 57.56 -
YUV 47.15 216.52 109.35 -
System Red Green Blue C M Y K H S L
Decimal 21 30 204 0.90 0.85 0 0.2 237.05 0.81 0.44
Hex 15 1E CC 5A 55 0 14 ED 51 2C
Octal 25 36 314 132 125 0 24 355 121 54
Binary 10101 11110 11001100 1011010 1010101 0 10100 11101101 1010001 101100

Color Harmonies of #151ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ECC

Black with #151ECC

Text Example


Text Example

White with #151ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151ECC; }

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

 H1.HeaderClassName
 {
   color: #151ECC;
 }
 .AnyTagClassName
 {
   color: #151ECC;
 }
</style>

background-color css

<style>
 a { background-color: #151ECC; }

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

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

border-color css

<style>
 span { border-color: #151ECC; }

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

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