Html Css Color HEX #052067 Sapphire

📋 copy color: '#052067'

red 5 ◦ green 32 ◦ blue 103

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

Shades of Sapphire #052067

Tints of Sapphire #052067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

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

R = 3.57%
G = 22.86%
B = 73.57%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#052067 (or 0x052067) is known color: Sapphire. HEX triplet: 05, 20 and 67. RGB value is (5,32,103). Sum of RGB (Red+Green+Blue) = 5+32+103=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #052067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052067 is #FADF98. Grayscale: #1F1F1F. Windows color (decimal): -16441241 or 6758405. OLE color: 6758405.

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

Color convert

RGB 5 32 103 -
CMYK 0.95 0.69 0 0.60
HSL 223.47º 0.91% 0.21% -
HSV(B) 223.47º 0.95% 0.4% -
XYZ 3.03 2.04 13.07 -
YUV 32.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 5 32 103 0.95 0.69 0 0.60 223.47 0.91 0.21
Hex 5 20 67 5F 45 0 3C DF 5B 15
Octal 5 40 147 137 105 0 74 337 133 25
Binary 101 100000 1100111 1011111 1000101 0 111100 11011111 1011011 10101

Color Harmonies of #052067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052067

Black with #052067

Text Example


Text Example

White with #052067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052067; }

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

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

background-color css

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

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

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

border-color css

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

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

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