Html Css Color HEX #012469 Sapphire

📋 copy color: '#012469'

red 1 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #012469

Tints of Sapphire #012469

RGB

 RED value IS 1 (0.78% from 255) = 0.7%

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 0.7%
G = 25.35%
B = 73.94%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012469 (or 0x012469) is known color: Sapphire. HEX triplet: 01, 24 and 69. RGB value is (1,36,105). Sum of RGB (Red+Green+Blue) = 1+36+105=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #012469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012469 is #FEDB96. Grayscale: #212121. Windows color (decimal): -16702359 or 6890497. OLE color: 6890497.

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

Color convert

RGB 1 36 105 -
CMYK 0.99 0.66 0 0.59
HSL 219.81º 0.98% 0.21% -
HSV(B) 219.81º 0.99% 0.41% -
XYZ 3.19 2.29 13.64 -
YUV 33.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 1 36 105 0.99 0.66 0 0.59 219.81 0.98 0.21
Hex 1 24 69 63 42 0 3B DC 62 15
Octal 1 44 151 143 102 0 73 334 142 25
Binary 1 100100 1101001 1100011 1000010 0 111011 11011100 1100010 10101

Color Harmonies of #012469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012469

Black with #012469

Text Example


Text Example

White with #012469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012469; }

 p { color: rgb(1,36,105); }

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

background-color css

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

 a { background-color: rgb(1,36,105); }

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

border-color css

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

 span { border-color: rgb(1,36,105); }

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