Html Css Color HEX #05254B Sapphire

📋 copy color: '#05254B'

red 5 ◦ green 37 ◦ blue 75

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

Shades of Sapphire #05254B

Tints of Sapphire #05254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

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

R = 4.27%
G = 31.62%
B = 64.1%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05254B (or 0x05254B) is known color: Sapphire. HEX triplet: 05, 25 and 4B. RGB value is (5,37,75). Sum of RGB (Red+Green+Blue) = 5+37+75=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #05254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05254B is #FADAB4. Grayscale: #1F1F1F. Windows color (decimal): -16439989 or 4924677. OLE color: 4924677.

HSL color Cylindrical-coordinate representation of color #05254B: hue angle of 212.57º 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 #05254B is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 37 75 -
CMYK 0.93 0.51 0 0.71
HSL 212.57º 0.88% 0.16% -
HSV(B) 212.57º 0.93% 0.29% -
XYZ 1.99 1.86 6.91 -
YUV 31.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 5 37 75 0.93 0.51 0 0.71 212.57 0.88 0.16
Hex 5 25 4B 5D 33 0 47 D5 58 10
Octal 5 45 113 135 63 0 107 325 130 20
Binary 101 100101 1001011 1011101 110011 0 1000111 11010101 1011000 10000

Color Harmonies of #05254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05254B

Black with #05254B

Text Example


Text Example

White with #05254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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