Html Css Color HEX #052269 Sapphire

📋 copy color: '#052269'

red 5 ◦ green 34 ◦ blue 105

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

Shades of Sapphire #052269

Tints of Sapphire #052269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

 BLUE value IS 105 (41.41% from 255) = 72.92%

R = 3.47%
G = 23.61%
B = 72.92%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052269 (or 0x052269) is known color: Sapphire. HEX triplet: 05, 22 and 69. RGB value is (5,34,105). Sum of RGB (Red+Green+Blue) = 5+34+105=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #052269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052269 is #FADD96. Grayscale: #212121. Windows color (decimal): -16440727 or 6889989. OLE color: 6889989.

HSL color Cylindrical-coordinate representation of color #052269: hue angle of 222.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052269 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 34 105 -
CMYK 0.95 0.68 0 0.59
HSL 222.6º 0.91% 0.22% -
HSV(B) 222.6º 0.95% 0.41% -
XYZ 3.18 2.2 13.62 -
YUV 33.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 5 34 105 0.95 0.68 0 0.59 222.6 0.91 0.22
Hex 5 22 69 5F 44 0 3B DF 5B 16
Octal 5 42 151 137 104 0 73 337 133 26
Binary 101 100010 1101001 1011111 1000100 0 111011 11011111 1011011 10110

Color Harmonies of #052269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052269

Black with #052269

Text Example


Text Example

White with #052269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052269; }

 p { color: rgb(5,34,105); }

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

background-color css

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

 a { background-color: rgb(5,34,105); }

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

border-color css

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

 span { border-color: rgb(5,34,105); }

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