Html Css Color HEX #001C6A Sapphire

📋 copy color: '#001C6A'

red 0 ◦ green 28 ◦ blue 106

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

Shades of Sapphire #001C6A

Tints of Sapphire #001C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 79.1%

R = 0%
G = 20.9%
B = 79.1%

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

#001C6A (or 0x001C6A) is known color: Sapphire. HEX triplet: 00, 1C and 6A. RGB value is (0,28,106). Sum of RGB (Red+Green+Blue) = 0+28+106=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 106 (41.80% from 255 or 79.10% from 134); Max value from RGB is 106 - color contains mainly: blue. Hex color #001C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C6A is #FFE395. Grayscale: #1C1C1C. Windows color (decimal): -16769942 or 6953984. OLE color: 6953984.

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

Color convert

RGB 0 28 106 -
CMYK 1 0.74 0 0.58
HSL 224.15º 1% 0.21% -
HSV(B) 224.15º 1% 0.42% -
XYZ 3.02 1.87 13.84 -
YUV 28.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 0 28 106 1 0.74 0 0.58 224.15 1 0.21
Hex 0 1C 6A 64 4A 0 3A E0 64 15
Octal 0 34 152 144 112 0 72 340 144 25
Binary 0 11100 1101010 1100100 1001010 0 111010 11100000 1100100 10101

Color Harmonies of #001C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C6A

Black with #001C6A

Text Example


Text Example

White with #001C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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