Html Css Color HEX #152A68 Sapphire

📋 copy color: '#152A68'

red 21 ◦ green 42 ◦ blue 104

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

Shades of Sapphire #152A68

Tints of Sapphire #152A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 12.57%
G = 25.15%
B = 62.28%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152A68 (or 0x152A68) is known color: Sapphire. HEX triplet: 15, 2A and 68. RGB value is (21,42,104). Sum of RGB (Red+Green+Blue) = 21+42+104=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #152A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A68 is #EAD597. Grayscale: #2A2A2A. Windows color (decimal): -15390104 or 6826517. OLE color: 6826517.

HSL color Cylindrical-coordinate representation of color #152A68: hue angle of 224.82º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152A68 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 42 104 -
CMYK 0.80 0.60 0 0.59
HSL 224.82º 0.66% 0.25% -
HSV(B) 224.82º 0.8% 0.41% -
XYZ 3.64 2.81 13.45 -
YUV 42.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 21 42 104 0.80 0.60 0 0.59 224.82 0.66 0.25
Hex 15 2A 68 50 3C 0 3B E1 42 19
Octal 25 52 150 120 74 0 73 341 102 31
Binary 10101 101010 1101000 1010000 111100 0 111011 11100001 1000010 11001

Color Harmonies of #152A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A68

Black with #152A68

Text Example


Text Example

White with #152A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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