Html Css Color HEX #050C4B Sapphire

📋 copy color: '#050C4B'

red 5 ◦ green 12 ◦ blue 75

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

Shades of Sapphire #050C4B

Tints of Sapphire #050C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.04%

 BLUE value IS 75 (29.69% from 255) = 81.52%

R = 5.43%
G = 13.04%
B = 81.52%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#050C4B (or 0x050C4B) is known color: Sapphire. HEX triplet: 05, 0C and 4B. RGB value is (5,12,75). Sum of RGB (Red+Green+Blue) = 5+12+75=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #050C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C4B is #FAF3B4. Grayscale: #101010. Windows color (decimal): -16446389 or 4918277. OLE color: 4918277.

HSL color Cylindrical-coordinate representation of color #050C4B: hue angle of 234º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050C4B is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 12 75 -
CMYK 0.93 0.84 0 0.71
HSL 234º 0.88% 0.16% -
HSV(B) 234º 0.93% 0.29% -
XYZ 1.46 0.8 6.73 -
YUV 17.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 5 12 75 0.93 0.84 0 0.71 234 0.88 0.16
Hex 5 C 4B 5D 54 0 47 EA 58 10
Octal 5 14 113 135 124 0 107 352 130 20
Binary 101 1100 1001011 1011101 1010100 0 1000111 11101010 1011000 10000

Color Harmonies of #050C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C4B

Black with #050C4B

Text Example


Text Example

White with #050C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C4B; }

 p { color: rgb(5,12,75); }

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

background-color css

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

 a { background-color: rgb(5,12,75); }

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

border-color css

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

 span { border-color: rgb(5,12,75); }

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