Html Css Color HEX #061D47 Sapphire

📋 copy color: '#061D47'

red 6 ◦ green 29 ◦ blue 71

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

Shades of Sapphire #061D47

Tints of Sapphire #061D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 66.98%

R = 5.66%
G = 27.36%
B = 66.98%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061D47 (or 0x061D47) is known color: Sapphire. HEX triplet: 06, 1D and 47. RGB value is (6,29,71). Sum of RGB (Red+Green+Blue) = 6+29+71=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #061D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D47 is #F9E2B8. Grayscale: #1A1A1A. Windows color (decimal): -16376505 or 4660486. OLE color: 4660486.

HSL color Cylindrical-coordinate representation of color #061D47: hue angle of 218.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061D47 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 29 71 -
CMYK 0.92 0.59 0 0.72
HSL 218.77º 0.84% 0.15% -
HSV(B) 218.77º 0.92% 0.28% -
XYZ 1.65 1.37 6.14 -
YUV 26.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 6 29 71 0.92 0.59 0 0.72 218.77 0.84 0.15
Hex 6 1D 47 5C 3B 0 48 DB 54 F
Octal 6 35 107 134 73 0 110 333 124 17
Binary 110 11101 1000111 1011100 111011 0 1001000 11011011 1010100 1111

Color Harmonies of #061D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D47

Black with #061D47

Text Example


Text Example

White with #061D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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