Html Css Color HEX #001B7F Sapphire

📋 copy color: '#001B7F'

red 0 ◦ green 27 ◦ blue 127

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

Shades of Sapphire #001B7F

Tints of Sapphire #001B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 82.47%

R = 0%
G = 17.53%
B = 82.47%

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

#001B7F (or 0x001B7F) is known color: Sapphire. HEX triplet: 00, 1B and 7F. RGB value is (0,27,127). Sum of RGB (Red+Green+Blue) = 0+27+127=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 127 (50% from 255 or 82.47% from 154); Max value from RGB is 127 - color contains mainly: blue. Hex color #001B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B7F is #FFE480. Grayscale: #1D1D1D. Windows color (decimal): -16770177 or 8329984. OLE color: 8329984.

HSL color Cylindrical-coordinate representation of color #001B7F: hue angle of 227.24º 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 #001B7F is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 27 127 -
CMYK 1 0.79 0 0.50
HSL 227.24º 1% 0.25% -
HSV(B) 227.24º 1% 0.5% -
XYZ 4.22 2.32 20.3 -
YUV 30.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 0 27 127 1 0.79 0 0.50 227.24 1 0.25
Hex 0 1B 7F 64 4F 0 32 E3 64 19
Octal 0 33 177 144 117 0 62 343 144 31
Binary 0 11011 1111111 1100100 1001111 0 110010 11100011 1100100 11001

Color Harmonies of #001B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B7F

Black with #001B7F

Text Example


Text Example

White with #001B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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