Html Css Color HEX #001F62 Sapphire

📋 copy color: '#001F62'

red 0 ◦ green 31 ◦ blue 98

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

Shades of Sapphire #001F62

Tints of Sapphire #001F62

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

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

R = 0%
G = 24.03%
B = 75.97%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001F62 (or 0x001F62) is known color: Sapphire. HEX triplet: 00, 1F and 62. RGB value is (0,31,98). Sum of RGB (Red+Green+Blue) = 0+31+98=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 98 (38.67% from 255 or 75.97% from 129); Max value from RGB is 98 - color contains mainly: blue. Hex color #001F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F62 is #FFE09D. Grayscale: #1D1D1D. Windows color (decimal): -16769182 or 6430464. OLE color: 6430464.

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

Color convert

RGB 0 31 98 -
CMYK 1 0.68 0 0.62
HSL 221.02º 1% 0.19% -
HSV(B) 221.02º 1% 0.38% -
XYZ 2.69 1.86 11.77 -
YUV 29.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 0 31 98 1 0.68 0 0.62 221.02 1 0.19
Hex 0 1F 62 64 44 0 3E DD 64 13
Octal 0 37 142 144 104 0 76 335 144 23
Binary 0 11111 1100010 1100100 1000100 0 111110 11011101 1100100 10011

Color Harmonies of #001F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F62

Black with #001F62

Text Example


Text Example

White with #001F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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