Html Css Color HEX #052A6C Sapphire

📋 copy color: '#052A6C'

red 5 ◦ green 42 ◦ blue 108

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

Shades of Sapphire #052A6C

Tints of Sapphire #052A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.1%

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 3.23%
G = 27.1%
B = 69.68%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#052A6C (or 0x052A6C) is known color: Sapphire. HEX triplet: 05, 2A and 6C. RGB value is (5,42,108). Sum of RGB (Red+Green+Blue) = 5+42+108=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #052A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A6C is #FAD593. Grayscale: #262626. Windows color (decimal): -16438676 or 7088645. OLE color: 7088645.

HSL color Cylindrical-coordinate representation of color #052A6C: hue angle of 218.45º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A6C is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 42 108 -
CMYK 0.95 0.61 0 0.58
HSL 218.45º 0.91% 0.22% -
HSV(B) 218.45º 0.95% 0.42% -
XYZ 3.6 2.77 14.53 -
YUV 38.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 5 42 108 0.95 0.61 0 0.58 218.45 0.91 0.22
Hex 5 2A 6C 5F 3D 0 3A DA 5B 16
Octal 5 52 154 137 75 0 72 332 133 26
Binary 101 101010 1101100 1011111 111101 0 111010 11011010 1011011 10110

Color Harmonies of #052A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A6C

Black with #052A6C

Text Example


Text Example

White with #052A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052A6C; }

 p { color: rgb(5,42,108); }

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

background-color css

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

 a { background-color: rgb(5,42,108); }

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

border-color css

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

 span { border-color: rgb(5,42,108); }

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