Html Css Color HEX #001361 Sapphire

📋 copy color: '#001361'

red 0 ◦ green 19 ◦ blue 97

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

Shades of Sapphire #001361

Tints of Sapphire #001361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 83.62%

R = 0%
G = 16.38%
B = 83.62%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001361 (or 0x001361) is known color: Sapphire. HEX triplet: 00, 13 and 61. RGB value is (0,19,97). Sum of RGB (Red+Green+Blue) = 0+19+97=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #001361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001361 is #FFEC9E. Grayscale: #151515. Windows color (decimal): -16772255 or 6361856. OLE color: 6361856.

HSL color Cylindrical-coordinate representation of color #001361: hue angle of 228.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001361 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 19 97 -
CMYK 1 0.80 0 0.62
HSL 228.25º 1% 0.19% -
HSV(B) 228.25º 1% 0.38% -
XYZ 2.39 1.33 11.44 -
YUV 22.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 0 19 97 1 0.80 0 0.62 228.25 1 0.19
Hex 0 13 61 64 50 0 3E E4 64 13
Octal 0 23 141 144 120 0 76 344 144 23
Binary 0 10011 1100001 1100100 1010000 0 111110 11100100 1100100 10011

Color Harmonies of #001361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001361

Black with #001361

Text Example


Text Example

White with #001361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001361; }

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

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

background-color css

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

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

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

border-color css

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

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

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