Html Css Color HEX #061D53 Sapphire

📋 copy color: '#061D53'

red 6 ◦ green 29 ◦ blue 83

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

Shades of Sapphire #061D53

Tints of Sapphire #061D53

RGB

 RED value IS 6 (2.73% from 255) = 5.08%

 GREEN value IS 29 (11.72% from 255) = 24.58%

 BLUE value IS 83 (32.81% from 255) = 70.34%

R = 5.08%
G = 24.58%
B = 70.34%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061D53 (or 0x061D53) is known color: Sapphire. HEX triplet: 06, 1D and 53. RGB value is (6,29,83). Sum of RGB (Red+Green+Blue) = 6+29+83=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #061D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D53 is #F9E2AC. Grayscale: #1C1C1C. Windows color (decimal): -16376493 or 5446918. OLE color: 5446918.

HSL color Cylindrical-coordinate representation of color #061D53: hue angle of 222.08º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061D53 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 29 83 -
CMYK 0.93 0.65 0 0.67
HSL 222.08º 0.87% 0.17% -
HSV(B) 222.08º 0.93% 0.33% -
XYZ 2.08 1.54 8.37 -
YUV 28.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 6 29 83 0.93 0.65 0 0.67 222.08 0.87 0.17
Hex 6 1D 53 5D 41 0 43 DE 57 11
Octal 6 35 123 135 101 0 103 336 127 21
Binary 110 11101 1010011 1011101 1000001 0 1000011 11011110 1010111 10001

Color Harmonies of #061D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D53

Black with #061D53

Text Example


Text Example

White with #061D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061D53; }

 p { color: rgb(6,29,83); }

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

background-color css

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

 a { background-color: rgb(6,29,83); }

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

border-color css

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

 span { border-color: rgb(6,29,83); }

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