Html Css Color HEX #001F66 Sapphire

📋 copy color: '#001F66'

red 0 ◦ green 31 ◦ blue 102

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

Shades of Sapphire #001F66

Tints of Sapphire #001F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 76.69%

R = 0%
G = 23.31%
B = 76.69%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#001F66 (or 0x001F66) is known color: Sapphire. HEX triplet: 00, 1F and 66. RGB value is (0,31,102). Sum of RGB (Red+Green+Blue) = 0+31+102=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #001F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F66 is #FFE099. Grayscale: #1D1D1D. Windows color (decimal): -16769178 or 6692608. OLE color: 6692608.

HSL color Cylindrical-coordinate representation of color #001F66: hue angle of 221.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F66 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 31 102 -
CMYK 1 0.70 0 0.6
HSL 221.76º 1% 0.2% -
HSV(B) 221.76º 1% 0.4% -
XYZ 2.89 1.94 12.79 -
YUV 29.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 0 31 102 1 0.70 0 0.6 221.76 1 0.2
Hex 0 1F 66 64 46 0 3C DE 64 14
Octal 0 37 146 144 106 0 74 336 144 24
Binary 0 11111 1100110 1100100 1000110 0 111100 11011110 1100100 10100

Color Harmonies of #001F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F66

Black with #001F66

Text Example


Text Example

White with #001F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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