Html Css Color HEX #001B68 Sapphire

📋 copy color: '#001B68'

red 0 ◦ green 27 ◦ blue 104

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

Shades of Sapphire #001B68

Tints of Sapphire #001B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 79.39%

R = 0%
G = 20.61%
B = 79.39%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001B68 (or 0x001B68) is known color: Sapphire. HEX triplet: 00, 1B and 68. RGB value is (0,27,104). Sum of RGB (Red+Green+Blue) = 0+27+104=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #001B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B68 is #FFE497. Grayscale: #1B1B1B. Windows color (decimal): -16770200 or 6822656. OLE color: 6822656.

HSL color Cylindrical-coordinate representation of color #001B68: hue angle of 224.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B68 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 27 104 -
CMYK 1 0.74 0 0.59
HSL 224.42º 1% 0.2% -
HSV(B) 224.42º 1% 0.41% -
XYZ 2.89 1.78 13.29 -
YUV 27.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 0 27 104 1 0.74 0 0.59 224.42 1 0.2
Hex 0 1B 68 64 4A 0 3B E0 64 14
Octal 0 33 150 144 112 0 73 340 144 24
Binary 0 11011 1101000 1100100 1001010 0 111011 11100000 1100100 10100

Color Harmonies of #001B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B68

Black with #001B68

Text Example


Text Example

White with #001B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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