Html Css Color HEX #152CCF Persian Blue

📋 copy color: '#152CCF'

red 21 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #152CCF

Tints of Persian Blue #152CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

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

R = 7.72%
G = 16.18%
B = 76.1%

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

#152CCF (or 0x152CCF) is known color: Persian Blue. HEX triplet: 15, 2C and CF. RGB value is (21,44,207). Sum of RGB (Red+Green+Blue) = 21+44+207=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #152CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CCF is #EAD330. Grayscale: #373737. Windows color (decimal): -15389489 or 13577237. OLE color: 13577237.

HSL color Cylindrical-coordinate representation of color #152CCF: hue angle of 232.58º degrees, saturation: 0.82, 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 #152CCF is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 44 207 -
CMYK 0.90 0.79 0 0.19
HSL 232.58º 0.82% 0.45% -
HSV(B) 232.58º 0.9% 0.81% -
XYZ 12.47 6.47 59.62 -
YUV 55.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 21 44 207 0.90 0.79 0 0.19 232.58 0.82 0.45
Hex 15 2C CF 5A 4F 0 13 E9 52 2D
Octal 25 54 317 132 117 0 23 351 122 55
Binary 10101 101100 11001111 1011010 1001111 0 10011 11101001 1010010 101101

Color Harmonies of #152CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CCF

Black with #152CCF

Text Example


Text Example

White with #152CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,44,207); }

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

background-color css

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

 a { background-color: rgb(21,44,207); }

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

border-color css

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

 span { border-color: rgb(21,44,207); }

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