Html Css Color HEX #001552 Sapphire

📋 copy color: '#001552'

red 0 ◦ green 21 ◦ blue 82

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

Shades of Sapphire #001552

Tints of Sapphire #001552

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 21 (8.59% from 255) = 20.39%

 BLUE value IS 82 (32.42% from 255) = 79.61%

R = 0%
G = 20.39%
B = 79.61%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#001552 (or 0x001552) is known color: Sapphire. HEX triplet: 00, 15 and 52. RGB value is (0,21,82). Sum of RGB (Red+Green+Blue) = 0+21+82=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 82 (32.42% from 255 or 79.61% from 103); Max value from RGB is 82 - color contains mainly: blue. Hex color #001552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001552 is #FFEAAD. Grayscale: #151515. Windows color (decimal): -16771758 or 5379328. OLE color: 5379328.

HSL color Cylindrical-coordinate representation of color #001552: hue angle of 224.63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001552 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 21 82 -
CMYK 1 0.74 0 0.68
HSL 224.63º 1% 0.16% -
HSV(B) 224.63º 1% 0.32% -
XYZ 1.79 1.15 8.11 -
YUV 21.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 0 21 82 1 0.74 0 0.68 224.63 1 0.16
Hex 0 15 52 64 4A 0 44 E1 64 10
Octal 0 25 122 144 112 0 104 341 144 20
Binary 0 10101 1010010 1100100 1001010 0 1000100 11100001 1100100 10000

Color Harmonies of #001552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001552

Black with #001552

Text Example


Text Example

White with #001552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001552; }

 p { color: rgb(0,21,82); }

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

background-color css

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

 a { background-color: rgb(0,21,82); }

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

border-color css

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

 span { border-color: rgb(0,21,82); }

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