Html Css Color HEX #152BCE Persian Blue

📋 copy color: '#152BCE'

red 21 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #152BCE

Tints of Persian Blue #152BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 7.78%
G = 15.93%
B = 76.3%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#152BCE (or 0x152BCE) is known color: Persian Blue. HEX triplet: 15, 2B and CE. RGB value is (21,43,206). Sum of RGB (Red+Green+Blue) = 21+43+206=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #152BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BCE is #EAD431. Grayscale: #363636. Windows color (decimal): -15389746 or 13511445. OLE color: 13511445.

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

Color convert

RGB 21 43 206 -
CMYK 0.90 0.79 0 0.19
HSL 232.86º 0.81% 0.45% -
HSV(B) 232.86º 0.9% 0.81% -
XYZ 12.31 6.34 58.97 -
YUV 55 213.21 103.75 -
System Red Green Blue C M Y K H S L
Decimal 21 43 206 0.90 0.79 0 0.19 232.86 0.81 0.45
Hex 15 2B CE 5A 4F 0 13 E9 51 2D
Octal 25 53 316 132 117 0 23 351 121 55
Binary 10101 101011 11001110 1011010 1001111 0 10011 11101001 1010001 101101

Color Harmonies of #152BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BCE

Black with #152BCE

Text Example


Text Example

White with #152BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152BCE; }

 p { color: rgb(21,43,206); }

 H1.HeaderClassName
 {
   color: #152BCE;
 }
 .AnyTagClassName
 {
   color: #152BCE;
 }
</style>

background-color css

<style>
 a { background-color: #152BCE; }

 a { background-color: rgb(21,43,206); }

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

border-color css

<style>
 span { border-color: #152BCE; }

 span { border-color: rgb(21,43,206); }

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