Html Css Color HEX #001252 Sapphire

📋 copy color: '#001252'

red 0 ◦ green 18 ◦ blue 82

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

Shades of Sapphire #001252

Tints of Sapphire #001252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18%

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

R = 0%
G = 18%
B = 82%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#001252 (or 0x001252) is known color: Sapphire. HEX triplet: 00, 12 and 52. RGB value is (0,18,82). Sum of RGB (Red+Green+Blue) = 0+18+82=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 82 (32.42% from 255 or 82% from 100); Max value from RGB is 82 - color contains mainly: blue. Hex color #001252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001252 is #FFEDAD. Grayscale: #131313. Windows color (decimal): -16772526 or 5378560. OLE color: 5378560.

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

Color convert

RGB 0 18 82 -
CMYK 1 0.78 0 0.68
HSL 226.83º 1% 0.16% -
HSV(B) 226.83º 1% 0.32% -
XYZ 1.74 1.04 8.09 -
YUV 19.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 0 18 82 1 0.78 0 0.68 226.83 1 0.16
Hex 0 12 52 64 4E 0 44 E3 64 10
Octal 0 22 122 144 116 0 104 343 144 20
Binary 0 10010 1010010 1100100 1001110 0 1000100 11100011 1100100 10000

Color Harmonies of #001252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001252

Black with #001252

Text Example


Text Example

White with #001252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001252; }

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

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

background-color css

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

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

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

border-color css

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

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

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