Html Css Color HEX #001952 Sapphire

📋 copy color: '#001952'

red 0 ◦ green 25 ◦ blue 82

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

Shades of Sapphire #001952

Tints of Sapphire #001952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 76.64%

R = 0%
G = 23.36%
B = 76.64%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#001952 (or 0x001952) is known color: Sapphire. HEX triplet: 00, 19 and 52. RGB value is (0,25,82). Sum of RGB (Red+Green+Blue) = 0+25+82=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #001952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001952 is #FFE6AD. Grayscale: #171717. Windows color (decimal): -16770734 or 5380352. OLE color: 5380352.

HSL color Cylindrical-coordinate representation of color #001952: hue angle of 221.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001952 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 25 82 -
CMYK 1 0.70 0 0.68
HSL 221.71º 1% 0.16% -
HSV(B) 221.71º 1% 0.32% -
XYZ 1.87 1.3 8.14 -
YUV 24.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 0 25 82 1 0.70 0 0.68 221.71 1 0.16
Hex 0 19 52 64 46 0 44 DE 64 10
Octal 0 31 122 144 106 0 104 336 144 20
Binary 0 11001 1010010 1100100 1000110 0 1000100 11011110 1100100 10000

Color Harmonies of #001952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001952

Black with #001952

Text Example


Text Example

White with #001952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001952; }

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

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

background-color css

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

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

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

border-color css

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

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

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