Html Css Color HEX #05277C Sapphire

📋 copy color: '#05277C'

red 5 ◦ green 39 ◦ blue 124

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

Shades of Sapphire #05277C

Tints of Sapphire #05277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.21%

 BLUE value IS 124 (48.83% from 255) = 73.81%

R = 2.98%
G = 23.21%
B = 73.81%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05277C (or 0x05277C) is known color: Sapphire. HEX triplet: 05, 27 and 7C. RGB value is (5,39,124). Sum of RGB (Red+Green+Blue) = 5+39+124=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #05277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05277C is #FAD883. Grayscale: #262626. Windows color (decimal): -16439428 or 8136453. OLE color: 8136453.

HSL color Cylindrical-coordinate representation of color #05277C: hue angle of 222.86º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05277C is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 39 124 -
CMYK 0.96 0.69 0 0.51
HSL 222.86º 0.92% 0.25% -
HSV(B) 222.86º 0.96% 0.49% -
XYZ 4.43 2.94 19.4 -
YUV 38.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 5 39 124 0.96 0.69 0 0.51 222.86 0.92 0.25
Hex 5 27 7C 60 45 0 33 DF 5C 19
Octal 5 47 174 140 105 0 63 337 134 31
Binary 101 100111 1111100 1100000 1000101 0 110011 11011111 1011100 11001

Color Harmonies of #05277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05277C

Black with #05277C

Text Example


Text Example

White with #05277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05277C; }

 p { color: rgb(5,39,124); }

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

background-color css

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

 a { background-color: rgb(5,39,124); }

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

border-color css

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

 span { border-color: rgb(5,39,124); }

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