Html Css Color HEX #001053 Sapphire

📋 copy color: '#001053'

red 0 ◦ green 16 ◦ blue 83

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

Shades of Sapphire #001053

Tints of Sapphire #001053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

 BLUE value IS 83 (32.81% from 255) = 83.84%

R = 0%
G = 16.16%
B = 83.84%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001053 (or 0x001053) is known color: Sapphire. HEX triplet: 00, 10 and 53. RGB value is (0,16,83). Sum of RGB (Red+Green+Blue) = 0+16+83=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #001053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001053 is #FFEFAC. Grayscale: #121212. Windows color (decimal): -16773037 or 5443584. OLE color: 5443584.

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

Color convert

RGB 0 16 83 -
CMYK 1 0.81 0 0.67
HSL 228.43º 1% 0.16% -
HSV(B) 228.43º 1% 0.33% -
XYZ 1.75 1 8.28 -
YUV 18.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 0 16 83 1 0.81 0 0.67 228.43 1 0.16
Hex 0 10 53 64 51 0 43 E4 64 10
Octal 0 20 123 144 121 0 103 344 144 20
Binary 0 10000 1010011 1100100 1010001 0 1000011 11100100 1100100 10000

Color Harmonies of #001053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001053

Black with #001053

Text Example


Text Example

White with #001053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001053; }

 p { color: rgb(0,16,83); }

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

background-color css

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

 a { background-color: rgb(0,16,83); }

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

border-color css

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

 span { border-color: rgb(0,16,83); }

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