Html Css Color HEX #152C7F Sapphire

📋 copy color: '#152C7F'

red 21 ◦ green 44 ◦ blue 127

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

Shades of Sapphire #152C7F

Tints of Sapphire #152C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 66.15%

R = 10.94%
G = 22.92%
B = 66.15%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#152C7F (or 0x152C7F) is known color: Sapphire. HEX triplet: 15, 2C and 7F. RGB value is (21,44,127). Sum of RGB (Red+Green+Blue) = 21+44+127=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #152C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C7F is #EAD380. Grayscale: #2E2E2E. Windows color (decimal): -15389569 or 8334357. OLE color: 8334357.

HSL color Cylindrical-coordinate representation of color #152C7F: hue angle of 226.98º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152C7F is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 44 127 -
CMYK 0.83 0.65 0 0.50
HSL 226.98º 0.72% 0.29% -
HSV(B) 226.98º 0.83% 0.5% -
XYZ 5.04 3.49 20.49 -
YUV 46.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 21 44 127 0.83 0.65 0 0.50 226.98 0.72 0.29
Hex 15 2C 7F 53 41 0 32 E3 48 1D
Octal 25 54 177 123 101 0 62 343 110 35
Binary 10101 101100 1111111 1010011 1000001 0 110010 11100011 1001000 11101

Color Harmonies of #152C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C7F

Black with #152C7F

Text Example


Text Example

White with #152C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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