Html Css Color HEX #001F83 Sapphire

📋 copy color: '#001F83'

red 0 ◦ green 31 ◦ blue 131

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

Shades of Sapphire #001F83

Tints of Sapphire #001F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 80.86%

R = 0%
G = 19.14%
B = 80.86%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001F83 (or 0x001F83) is known color: Sapphire. HEX triplet: 00, 1F and 83. RGB value is (0,31,131). Sum of RGB (Red+Green+Blue) = 0+31+131=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 131 (51.56% from 255 or 80.86% from 162); Max value from RGB is 131 - color contains mainly: blue. Hex color #001F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F83 is #FFE07C. Grayscale: #202020. Windows color (decimal): -16769149 or 8593152. OLE color: 8593152.

HSL color Cylindrical-coordinate representation of color #001F83: hue angle of 225.8º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F83 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 31 131 -
CMYK 1 0.76 0 0.49
HSL 225.8º 1% 0.26% -
HSV(B) 225.8º 1% 0.51% -
XYZ 4.59 2.62 21.74 -
YUV 33.13 183.23 104.37 -
System Red Green Blue C M Y K H S L
Decimal 0 31 131 1 0.76 0 0.49 225.8 1 0.26
Hex 0 1F 83 64 4C 0 31 E2 64 1A
Octal 0 37 203 144 114 0 61 342 144 32
Binary 0 11111 10000011 1100100 1001100 0 110001 11100010 1100100 11010

Color Harmonies of #001F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F83

Black with #001F83

Text Example


Text Example

White with #001F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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