Html Css Color HEX #001362 Sapphire

📋 copy color: '#001362'

red 0 ◦ green 19 ◦ blue 98

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

Shades of Sapphire #001362

Tints of Sapphire #001362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 83.76%

R = 0%
G = 16.24%
B = 83.76%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001362 (or 0x001362) is known color: Sapphire. HEX triplet: 00, 13 and 62. RGB value is (0,19,98). Sum of RGB (Red+Green+Blue) = 0+19+98=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 98 (38.67% from 255 or 83.76% from 117); Max value from RGB is 98 - color contains mainly: blue. Hex color #001362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001362 is #FFEC9D. Grayscale: #151515. Windows color (decimal): -16772254 or 6427392. OLE color: 6427392.

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

Color convert

RGB 0 19 98 -
CMYK 1 0.81 0 0.62
HSL 228.37º 1% 0.19% -
HSV(B) 228.37º 1% 0.38% -
XYZ 2.44 1.35 11.69 -
YUV 22.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 0 19 98 1 0.81 0 0.62 228.37 1 0.19
Hex 0 13 62 64 51 0 3E E4 64 13
Octal 0 23 142 144 121 0 76 344 144 23
Binary 0 10011 1100010 1100100 1010001 0 111110 11100100 1100100 10011

Color Harmonies of #001362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001362

Black with #001362

Text Example


Text Example

White with #001362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001362; }

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

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

background-color css

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

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

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

border-color css

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

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

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