Html Css Color HEX #052467 Sapphire

📋 copy color: '#052467'

red 5 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #052467

Tints of Sapphire #052467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25%

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

R = 3.47%
G = 25%
B = 71.53%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#052467 (or 0x052467) is known color: Sapphire. HEX triplet: 05, 24 and 67. RGB value is (5,36,103). Sum of RGB (Red+Green+Blue) = 5+36+103=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 103 (40.62% from 255 or 71.53% from 144); Max value from RGB is 103 - color contains mainly: blue. Hex color #052467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052467 is #FADB98. Grayscale: #222222. Windows color (decimal): -16440217 or 6759429. OLE color: 6759429.

HSL color Cylindrical-coordinate representation of color #052467: hue angle of 221.02º 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 #052467 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 36 103 -
CMYK 0.95 0.65 0 0.60
HSL 221.02º 0.91% 0.21% -
HSV(B) 221.02º 0.95% 0.4% -
XYZ 3.14 2.27 13.11 -
YUV 34.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 5 36 103 0.95 0.65 0 0.60 221.02 0.91 0.21
Hex 5 24 67 5F 41 0 3C DD 5B 15
Octal 5 44 147 137 101 0 74 335 133 25
Binary 101 100100 1100111 1011111 1000001 0 111100 11011101 1011011 10101

Color Harmonies of #052467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052467

Black with #052467

Text Example


Text Example

White with #052467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052467; }

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

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

background-color css

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

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

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

border-color css

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

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

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