Html Css Color HEX #051267 Sapphire

📋 copy color: '#051267'

red 5 ◦ green 18 ◦ blue 103

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

Shades of Sapphire #051267

Tints of Sapphire #051267

RGB

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

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

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

R = 3.97%
G = 14.29%
B = 81.75%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#051267 (or 0x051267) is known color: Sapphire. HEX triplet: 05, 12 and 67. RGB value is (5,18,103). Sum of RGB (Red+Green+Blue) = 5+18+103=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 103 (40.62% from 255 or 81.75% from 126); Max value from RGB is 103 - color contains mainly: blue. Hex color #051267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051267 is #FAED98. Grayscale: #171717. Windows color (decimal): -16444825 or 6754821. OLE color: 6754821.

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

Color convert

RGB 5 18 103 -
CMYK 0.95 0.83 0 0.60
HSL 232.04º 0.91% 0.21% -
HSV(B) 232.04º 0.95% 0.4% -
XYZ 2.73 1.44 12.97 -
YUV 23.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 5 18 103 0.95 0.83 0 0.60 232.04 0.91 0.21
Hex 5 12 67 5F 53 0 3C E8 5B 15
Octal 5 22 147 137 123 0 74 350 133 25
Binary 101 10010 1100111 1011111 1010011 0 111100 11101000 1011011 10101

Color Harmonies of #051267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051267

Black with #051267

Text Example


Text Example

White with #051267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051267; }

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

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

background-color css

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

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

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

border-color css

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

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

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