Html Css Color HEX #152D7C Sapphire

📋 copy color: '#152D7C'

red 21 ◦ green 45 ◦ blue 124

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

Shades of Sapphire #152D7C

Tints of Sapphire #152D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

 BLUE value IS 124 (48.83% from 255) = 65.26%

R = 11.05%
G = 23.68%
B = 65.26%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#152D7C (or 0x152D7C) is known color: Sapphire. HEX triplet: 15, 2D and 7C. RGB value is (21,45,124). Sum of RGB (Red+Green+Blue) = 21+45+124=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #152D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D7C is #EAD283. Grayscale: #2E2E2E. Windows color (decimal): -15389316 or 8138005. OLE color: 8138005.

HSL color Cylindrical-coordinate representation of color #152D7C: hue angle of 226.02º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152D7C is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 45 124 -
CMYK 0.83 0.64 0 0.51
HSL 226.02º 0.71% 0.28% -
HSV(B) 226.02º 0.83% 0.49% -
XYZ 4.89 3.49 19.49 -
YUV 46.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 21 45 124 0.83 0.64 0 0.51 226.02 0.71 0.28
Hex 15 2D 7C 53 40 0 33 E2 47 1C
Octal 25 55 174 123 100 0 63 342 107 34
Binary 10101 101101 1111100 1010011 1000000 0 110011 11100010 1000111 11100

Color Harmonies of #152D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D7C

Black with #152D7C

Text Example


Text Example

White with #152D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,45,124); }

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

background-color css

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

 a { background-color: rgb(21,45,124); }

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

border-color css

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

 span { border-color: rgb(21,45,124); }

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