Html Css Color HEX #052268 Sapphire

📋 copy color: '#052268'

red 5 ◦ green 34 ◦ blue 104

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

Shades of Sapphire #052268

Tints of Sapphire #052268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 72.73%

R = 3.5%
G = 23.78%
B = 72.73%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052268 (or 0x052268) is known color: Sapphire. HEX triplet: 05, 22 and 68. RGB value is (5,34,104). Sum of RGB (Red+Green+Blue) = 5+34+104=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #052268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052268 is #FADD97. Grayscale: #212121. Windows color (decimal): -16440728 or 6824453. OLE color: 6824453.

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

Color convert

RGB 5 34 104 -
CMYK 0.95 0.67 0 0.59
HSL 222.42º 0.91% 0.21% -
HSV(B) 222.42º 0.95% 0.41% -
XYZ 3.13 2.18 13.35 -
YUV 33.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 5 34 104 0.95 0.67 0 0.59 222.42 0.91 0.21
Hex 5 22 68 5F 43 0 3B DE 5B 15
Octal 5 42 150 137 103 0 73 336 133 25
Binary 101 100010 1101000 1011111 1000011 0 111011 11011110 1011011 10101

Color Harmonies of #052268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052268

Black with #052268

Text Example


Text Example

White with #052268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052268; }

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

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

background-color css

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

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

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

border-color css

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

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

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