Html Css Color HEX #001953 Sapphire

📋 copy color: '#001953'

red 0 ◦ green 25 ◦ blue 83

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

Shades of Sapphire #001953

Tints of Sapphire #001953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

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

R = 0%
G = 23.15%
B = 76.85%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001953 (or 0x001953) is known color: Sapphire. HEX triplet: 00, 19 and 53. RGB value is (0,25,83). Sum of RGB (Red+Green+Blue) = 0+25+83=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #001953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001953 is #FFE6AC. Grayscale: #171717. Windows color (decimal): -16770733 or 5445888. OLE color: 5445888.

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

Color convert

RGB 0 25 83 -
CMYK 1 0.70 0 0.67
HSL 221.93º 1% 0.16% -
HSV(B) 221.93º 1% 0.33% -
XYZ 1.91 1.32 8.34 -
YUV 24.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 0 25 83 1 0.70 0 0.67 221.93 1 0.16
Hex 0 19 53 64 46 0 43 DE 64 10
Octal 0 31 123 144 106 0 103 336 144 20
Binary 0 11001 1010011 1100100 1000110 0 1000011 11011110 1100100 10000

Color Harmonies of #001953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001953

Black with #001953

Text Example


Text Example

White with #001953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001953; }

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

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

background-color css

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

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

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

border-color css

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

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

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