Html Css Color HEX #001F6C Sapphire

📋 copy color: '#001F6C'

red 0 ◦ green 31 ◦ blue 108

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

Shades of Sapphire #001F6C

Tints of Sapphire #001F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 77.7%

R = 0%
G = 22.3%
B = 77.7%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#001F6C (or 0x001F6C) is known color: Sapphire. HEX triplet: 00, 1F and 6C. RGB value is (0,31,108). Sum of RGB (Red+Green+Blue) = 0+31+108=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #001F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F6C is #FFE093. Grayscale: #1E1E1E. Windows color (decimal): -16769172 or 7085824. OLE color: 7085824.

HSL color Cylindrical-coordinate representation of color #001F6C: hue angle of 222.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F6C is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 31 108 -
CMYK 1 0.71 0 0.58
HSL 222.78º 1% 0.21% -
HSV(B) 222.78º 1% 0.42% -
XYZ 3.2 2.06 14.42 -
YUV 30.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 0 31 108 1 0.71 0 0.58 222.78 1 0.21
Hex 0 1F 6C 64 47 0 3A DF 64 15
Octal 0 37 154 144 107 0 72 337 144 25
Binary 0 11111 1101100 1100100 1000111 0 111010 11011111 1100100 10101

Color Harmonies of #001F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F6C

Black with #001F6C

Text Example


Text Example

White with #001F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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