Html Css Color HEX #001961 Sapphire

📋 copy color: '#001961'

red 0 ◦ green 25 ◦ blue 97

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

Shades of Sapphire #001961

Tints of Sapphire #001961

RGB

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

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

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

R = 0%
G = 20.49%
B = 79.51%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001961 (or 0x001961) is known color: Sapphire. HEX triplet: 00, 19 and 61. RGB value is (0,25,97). Sum of RGB (Red+Green+Blue) = 0+25+97=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #001961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001961 is #FFE69E. Grayscale: #191919. Windows color (decimal): -16770719 or 6363392. OLE color: 6363392.

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

Color convert

RGB 0 25 97 -
CMYK 1 0.74 0 0.62
HSL 224.54º 1% 0.19% -
HSV(B) 224.54º 1% 0.38% -
XYZ 2.51 1.56 11.48 -
YUV 25.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 0 25 97 1 0.74 0 0.62 224.54 1 0.19
Hex 0 19 61 64 4A 0 3E E1 64 13
Octal 0 31 141 144 112 0 76 341 144 23
Binary 0 11001 1100001 1100100 1001010 0 111110 11100001 1100100 10011

Color Harmonies of #001961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001961

Black with #001961

Text Example


Text Example

White with #001961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001961; }

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

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

background-color css

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

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

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

border-color css

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

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

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