Html Css Color HEX #152A6B Sapphire

📋 copy color: '#152A6B'

red 21 ◦ green 42 ◦ blue 107

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

Shades of Sapphire #152A6B

Tints of Sapphire #152A6B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.71%

 BLUE value IS 107 (42.19% from 255) = 62.94%

R = 12.35%
G = 24.71%
B = 62.94%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#152A6B (or 0x152A6B) is known color: Sapphire. HEX triplet: 15, 2A and 6B. RGB value is (21,42,107). Sum of RGB (Red+Green+Blue) = 21+42+107=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #152A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A6B is #EAD594. Grayscale: #2A2A2A. Windows color (decimal): -15390101 or 7023125. OLE color: 7023125.

HSL color Cylindrical-coordinate representation of color #152A6B: hue angle of 225.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152A6B is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 42 107 -
CMYK 0.80 0.61 0 0.58
HSL 225.35º 0.67% 0.25% -
HSV(B) 225.35º 0.8% 0.42% -
XYZ 3.79 2.88 14.27 -
YUV 43.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 21 42 107 0.80 0.61 0 0.58 225.35 0.67 0.25
Hex 15 2A 6B 50 3D 0 3A E1 43 19
Octal 25 52 153 120 75 0 72 341 103 31
Binary 10101 101010 1101011 1010000 111101 0 111010 11100001 1000011 11001

Color Harmonies of #152A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A6B

Black with #152A6B

Text Example


Text Example

White with #152A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,42,107); }

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

background-color css

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

 a { background-color: rgb(21,42,107); }

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

border-color css

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

 span { border-color: rgb(21,42,107); }

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