Html Css Color HEX #012467 Sapphire

📋 copy color: '#012467'

red 1 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #012467

Tints of Sapphire #012467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 73.57%

R = 0.71%
G = 25.71%
B = 73.57%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#012467 (or 0x012467) is known color: Sapphire. HEX triplet: 01, 24 and 67. RGB value is (1,36,103). Sum of RGB (Red+Green+Blue) = 1+36+103=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #012467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012467 is #FEDB98. Grayscale: #202020. Windows color (decimal): -16702361 or 6759425. OLE color: 6759425.

HSL color Cylindrical-coordinate representation of color #012467: hue angle of 219.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012467 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 36 103 -
CMYK 0.99 0.65 0 0.60
HSL 219.41º 0.98% 0.2% -
HSV(B) 219.41º 0.99% 0.4% -
XYZ 3.09 2.25 13.1 -
YUV 33.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 1 36 103 0.99 0.65 0 0.60 219.41 0.98 0.2
Hex 1 24 67 63 41 0 3C DB 62 14
Octal 1 44 147 143 101 0 74 333 142 24
Binary 1 100100 1100111 1100011 1000001 0 111100 11011011 1100010 10100

Color Harmonies of #012467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012467

Black with #012467

Text Example


Text Example

White with #012467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012467; }

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

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

background-color css

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

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

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

border-color css

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

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

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