Html Css Color HEX #001C69 Sapphire

📋 copy color: '#001C69'

red 0 ◦ green 28 ◦ blue 105

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

Shades of Sapphire #001C69

Tints of Sapphire #001C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 78.95%

R = 0%
G = 21.05%
B = 78.95%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001C69 (or 0x001C69) is known color: Sapphire. HEX triplet: 00, 1C and 69. RGB value is (0,28,105). Sum of RGB (Red+Green+Blue) = 0+28+105=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #001C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C69 is #FFE396. Grayscale: #1C1C1C. Windows color (decimal): -16769943 or 6888448. OLE color: 6888448.

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

Color convert

RGB 0 28 105 -
CMYK 1 0.73 0 0.59
HSL 224º 1% 0.21% -
HSV(B) 224º 1% 0.41% -
XYZ 2.97 1.85 13.57 -
YUV 28.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 0 28 105 1 0.73 0 0.59 224 1 0.21
Hex 0 1C 69 64 49 0 3B E0 64 15
Octal 0 34 151 144 111 0 73 340 144 25
Binary 0 11100 1101001 1100100 1001001 0 111011 11100000 1100100 10101

Color Harmonies of #001C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C69

Black with #001C69

Text Example


Text Example

White with #001C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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