Html Css Color HEX #001C6C Sapphire

📋 copy color: '#001C6C'

red 0 ◦ green 28 ◦ blue 108

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

Shades of Sapphire #001C6C

Tints of Sapphire #001C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.59%

 BLUE value IS 108 (42.58% from 255) = 79.41%

R = 0%
G = 20.59%
B = 79.41%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#001C6C (or 0x001C6C) is known color: Sapphire. HEX triplet: 00, 1C and 6C. RGB value is (0,28,108). Sum of RGB (Red+Green+Blue) = 0+28+108=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #001C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C6C is #FFE393. Grayscale: #1C1C1C. Windows color (decimal): -16769940 or 7085056. OLE color: 7085056.

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

Color convert

RGB 0 28 108 -
CMYK 1 0.74 0 0.58
HSL 224.44º 1% 0.21% -
HSV(B) 224.44º 1% 0.42% -
XYZ 3.12 1.91 14.39 -
YUV 28.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 0 28 108 1 0.74 0 0.58 224.44 1 0.21
Hex 0 1C 6C 64 4A 0 3A E0 64 15
Octal 0 34 154 144 112 0 72 340 144 25
Binary 0 11100 1101100 1100100 1001010 0 111010 11100000 1100100 10101

Color Harmonies of #001C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C6C

Black with #001C6C

Text Example


Text Example

White with #001C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,28,108); }

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

background-color css

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

 a { background-color: rgb(0,28,108); }

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

border-color css

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

 span { border-color: rgb(0,28,108); }

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