Html Css Color HEX #051268 Sapphire

📋 copy color: '#051268'

red 5 ◦ green 18 ◦ blue 104

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

Shades of Sapphire #051268

Tints of Sapphire #051268

RGB

 RED value IS 5 (2.34% from 255) = 3.94%

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 104 (41.02% from 255) = 81.89%

R = 3.94%
G = 14.17%
B = 81.89%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051268 (or 0x051268) is known color: Sapphire. HEX triplet: 05, 12 and 68. RGB value is (5,18,104). Sum of RGB (Red+Green+Blue) = 5+18+104=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 104 (41.02% from 255 or 81.89% from 127); Max value from RGB is 104 - color contains mainly: blue. Hex color #051268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051268 is #FAED97. Grayscale: #171717. Windows color (decimal): -16444824 or 6820357. OLE color: 6820357.

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

Color convert

RGB 5 18 104 -
CMYK 0.95 0.83 0 0.59
HSL 232.12º 0.91% 0.21% -
HSV(B) 232.12º 0.95% 0.41% -
XYZ 2.78 1.46 13.23 -
YUV 23.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 5 18 104 0.95 0.83 0 0.59 232.12 0.91 0.21
Hex 5 12 68 5F 53 0 3B E8 5B 15
Octal 5 22 150 137 123 0 73 350 133 25
Binary 101 10010 1101000 1011111 1010011 0 111011 11101000 1011011 10101

Color Harmonies of #051268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051268

Black with #051268

Text Example


Text Example

White with #051268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051268; }

 p { color: rgb(5,18,104); }

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

background-color css

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

 a { background-color: rgb(5,18,104); }

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

border-color css

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

 span { border-color: rgb(5,18,104); }

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