Html Css Color HEX #001B80 Sapphire

📋 copy color: '#001B80'

red 0 ◦ green 27 ◦ blue 128

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

Shades of Sapphire #001B80

Tints of Sapphire #001B80

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

 BLUE value IS 128 (50.39% from 255) = 82.58%

R = 0%
G = 17.42%
B = 82.58%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#001B80 (or 0x001B80) is known color: Sapphire. HEX triplet: 00, 1B and 80. RGB value is (0,27,128). Sum of RGB (Red+Green+Blue) = 0+27+128=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 128 (50.39% from 255 or 82.58% from 155); Max value from RGB is 128 - color contains mainly: blue. Hex color #001B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B80 is #FFE47F. Grayscale: #1E1E1E. Windows color (decimal): -16770176 or 8395520. OLE color: 8395520.

HSL color Cylindrical-coordinate representation of color #001B80: hue angle of 227.34º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B80 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 27 128 -
CMYK 1 0.79 0 0.50
HSL 227.34º 1% 0.25% -
HSV(B) 227.34º 1% 0.5% -
XYZ 4.29 2.34 20.65 -
YUV 30.44 183.05 106.29 -
System Red Green Blue C M Y K H S L
Decimal 0 27 128 1 0.79 0 0.50 227.34 1 0.25
Hex 0 1B 80 64 4F 0 32 E3 64 19
Octal 0 33 200 144 117 0 62 343 144 31
Binary 0 11011 10000000 1100100 1001111 0 110010 11100011 1100100 11001

Color Harmonies of #001B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B80

Black with #001B80

Text Example


Text Example

White with #001B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,27,128); }

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

background-color css

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

 a { background-color: rgb(0,27,128); }

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

border-color css

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

 span { border-color: rgb(0,27,128); }

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