Html Css Color HEX #001B5D Sapphire

📋 copy color: '#001B5D'

red 0 ◦ green 27 ◦ blue 93

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

Shades of Sapphire #001B5D

Tints of Sapphire #001B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 77.5%

R = 0%
G = 22.5%
B = 77.5%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001B5D (or 0x001B5D) is known color: Sapphire. HEX triplet: 00, 1B and 5D. RGB value is (0,27,93). Sum of RGB (Red+Green+Blue) = 0+27+93=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #001B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5D is #FFE4A2. Grayscale: #1A1A1A. Windows color (decimal): -16770211 or 6101760. OLE color: 6101760.

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

Color convert

RGB 0 27 93 -
CMYK 1 0.71 0 0.64
HSL 222.58º 1% 0.18% -
HSV(B) 222.58º 1% 0.36% -
XYZ 2.37 1.57 10.53 -
YUV 26.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 0 27 93 1 0.71 0 0.64 222.58 1 0.18
Hex 0 1B 5D 64 47 0 40 DF 64 12
Octal 0 33 135 144 107 0 100 337 144 22
Binary 0 11011 1011101 1100100 1000111 0 1000000 11011111 1100100 10010

Color Harmonies of #001B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B5D

Black with #001B5D

Text Example


Text Example

White with #001B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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