Html Css Color HEX #001B81 Sapphire

📋 copy color: '#001B81'

red 0 ◦ green 27 ◦ blue 129

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

Shades of Sapphire #001B81

Tints of Sapphire #001B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 82.69%

R = 0%
G = 17.31%
B = 82.69%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001B81 (or 0x001B81) is known color: Sapphire. HEX triplet: 00, 1B and 81. RGB value is (0,27,129). Sum of RGB (Red+Green+Blue) = 0+27+129=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 129 (50.78% from 255 or 82.69% from 156); Max value from RGB is 129 - color contains mainly: blue. Hex color #001B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B81 is #FFE47E. Grayscale: #1E1E1E. Windows color (decimal): -16770175 or 8461056. OLE color: 8461056.

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

Color convert

RGB 0 27 129 -
CMYK 1 0.79 0 0.49
HSL 227.44º 1% 0.25% -
HSV(B) 227.44º 1% 0.51% -
XYZ 4.35 2.37 21 -
YUV 30.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 0 27 129 1 0.79 0 0.49 227.44 1 0.25
Hex 0 1B 81 64 4F 0 31 E3 64 19
Octal 0 33 201 144 117 0 61 343 144 31
Binary 0 11011 10000001 1100100 1001111 0 110001 11100011 1100100 11001

Color Harmonies of #001B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B81

Black with #001B81

Text Example


Text Example

White with #001B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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