Html Css Color HEX #001357 Sapphire

📋 copy color: '#001357'

red 0 ◦ green 19 ◦ blue 87

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

Shades of Sapphire #001357

Tints of Sapphire #001357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

 BLUE value IS 87 (34.38% from 255) = 82.08%

R = 0%
G = 17.92%
B = 82.08%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#001357 (or 0x001357) is known color: Sapphire. HEX triplet: 00, 13 and 57. RGB value is (0,19,87). Sum of RGB (Red+Green+Blue) = 0+19+87=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #001357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001357 is #FFECA8. Grayscale: #141414. Windows color (decimal): -16772265 or 5706496. OLE color: 5706496.

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

Color convert

RGB 0 19 87 -
CMYK 1 0.78 0 0.66
HSL 226.9º 1% 0.17% -
HSV(B) 226.9º 1% 0.34% -
XYZ 1.95 1.15 9.14 -
YUV 21.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 0 19 87 1 0.78 0 0.66 226.9 1 0.17
Hex 0 13 57 64 4E 0 42 E3 64 11
Octal 0 23 127 144 116 0 102 343 144 21
Binary 0 10011 1010111 1100100 1001110 0 1000010 11100011 1100100 10001

Color Harmonies of #001357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001357

Black with #001357

Text Example


Text Example

White with #001357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001357; }

 p { color: rgb(0,19,87); }

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

background-color css

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

 a { background-color: rgb(0,19,87); }

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

border-color css

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

 span { border-color: rgb(0,19,87); }

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