Html Css Color HEX #05267D Sapphire

📋 copy color: '#05267D'

red 5 ◦ green 38 ◦ blue 125

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

Shades of Sapphire #05267D

Tints of Sapphire #05267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

 BLUE value IS 125 (49.22% from 255) = 74.4%

R = 2.98%
G = 22.62%
B = 74.4%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05267D (or 0x05267D) is known color: Sapphire. HEX triplet: 05, 26 and 7D. RGB value is (5,38,125). Sum of RGB (Red+Green+Blue) = 5+38+125=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #05267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05267D is #FAD982. Grayscale: #252525. Windows color (decimal): -16439683 or 8201733. OLE color: 8201733.

HSL color Cylindrical-coordinate representation of color #05267D: hue angle of 223.5º 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 #05267D is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 38 125 -
CMYK 0.96 0.70 0 0.51
HSL 223.5º 0.92% 0.25% -
HSV(B) 223.5º 0.96% 0.49% -
XYZ 4.46 2.9 19.73 -
YUV 38.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 5 38 125 0.96 0.70 0 0.51 223.5 0.92 0.25
Hex 5 26 7D 60 46 0 33 E0 5C 19
Octal 5 46 175 140 106 0 63 340 134 31
Binary 101 100110 1111101 1100000 1000110 0 110011 11100000 1011100 11001

Color Harmonies of #05267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05267D

Black with #05267D

Text Example


Text Example

White with #05267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05267D; }

 p { color: rgb(5,38,125); }

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

background-color css

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

 a { background-color: rgb(5,38,125); }

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

border-color css

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

 span { border-color: rgb(5,38,125); }

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