Html Css Color HEX #001452 Sapphire

📋 copy color: '#001452'

red 0 ◦ green 20 ◦ blue 82

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

Shades of Sapphire #001452

Tints of Sapphire #001452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

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

R = 0%
G = 19.61%
B = 80.39%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#001452 (or 0x001452) is known color: Sapphire. HEX triplet: 00, 14 and 52. RGB value is (0,20,82). Sum of RGB (Red+Green+Blue) = 0+20+82=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #001452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001452 is #FFEBAD. Grayscale: #141414. Windows color (decimal): -16772014 or 5379072. OLE color: 5379072.

HSL color Cylindrical-coordinate representation of color #001452: hue angle of 225.37º 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 #001452 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 20 82 -
CMYK 1 0.76 0 0.68
HSL 225.37º 1% 0.16% -
HSV(B) 225.37º 1% 0.32% -
XYZ 1.77 1.11 8.1 -
YUV 21.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 0 20 82 1 0.76 0 0.68 225.37 1 0.16
Hex 0 14 52 64 4C 0 44 E1 64 10
Octal 0 24 122 144 114 0 104 341 144 20
Binary 0 10100 1010010 1100100 1001100 0 1000100 11100001 1100100 10000

Color Harmonies of #001452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001452

Black with #001452

Text Example


Text Example

White with #001452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001452; }

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

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

background-color css

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

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

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

border-color css

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

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

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