Html Css Color HEX #001055 Sapphire

📋 copy color: '#001055'

red 0 ◦ green 16 ◦ blue 85

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

Shades of Sapphire #001055

Tints of Sapphire #001055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 84.16%

R = 0%
G = 15.84%
B = 84.16%

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

#001055 (or 0x001055) is known color: Sapphire. HEX triplet: 00, 10 and 55. RGB value is (0,16,85). Sum of RGB (Red+Green+Blue) = 0+16+85=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #001055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001055 is #FFEFAA. Grayscale: #121212. Windows color (decimal): -16773035 or 5574656. OLE color: 5574656.

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

Color convert

RGB 0 16 85 -
CMYK 1 0.81 0 0.67
HSL 228.71º 1% 0.17% -
HSV(B) 228.71º 1% 0.33% -
XYZ 1.82 1.03 8.7 -
YUV 19.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 0 16 85 1 0.81 0 0.67 228.71 1 0.17
Hex 0 10 55 64 51 0 43 E5 64 11
Octal 0 20 125 144 121 0 103 345 144 21
Binary 0 10000 1010101 1100100 1010001 0 1000011 11100101 1100100 10001

Color Harmonies of #001055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001055

Black with #001055

Text Example


Text Example

White with #001055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001055; }

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

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

background-color css

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

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

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

border-color css

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

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

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