Html Css Color HEX #151DBC Persian Blue

📋 copy color: '#151DBC'

red 21 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #151DBC

Tints of Persian Blue #151DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 188 (73.83% from 255) = 78.99%

R = 8.82%
G = 12.18%
B = 78.99%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#151DBC (or 0x151DBC) is known color: Persian Blue. HEX triplet: 15, 1D and BC. RGB value is (21,29,188). Sum of RGB (Red+Green+Blue) = 21+29+188=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #151DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DBC is #EAE243. Grayscale: #2C2C2C. Windows color (decimal): -15393348 or 12328213. OLE color: 12328213.

HSL color Cylindrical-coordinate representation of color #151DBC: hue angle of 237.13º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151DBC is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 29 188 -
CMYK 0.89 0.85 0 0.26
HSL 237.13º 0.8% 0.41% -
HSV(B) 237.13º 0.89% 0.74% -
XYZ 9.83 4.67 47.96 -
YUV 44.73 208.85 111.07 -
System Red Green Blue C M Y K H S L
Decimal 21 29 188 0.89 0.85 0 0.26 237.13 0.8 0.41
Hex 15 1D BC 59 55 0 1A ED 50 29
Octal 25 35 274 131 125 0 32 355 120 51
Binary 10101 11101 10111100 1011001 1010101 0 11010 11101101 1010000 101001

Color Harmonies of #151DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DBC

Black with #151DBC

Text Example


Text Example

White with #151DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,29,188); }

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

background-color css

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

 a { background-color: rgb(21,29,188); }

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

border-color css

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

 span { border-color: rgb(21,29,188); }

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