Html Css Color HEX #061D73 Sapphire

📋 copy color: '#061D73'

red 6 ◦ green 29 ◦ blue 115

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

Shades of Sapphire #061D73

Tints of Sapphire #061D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 76.67%

R = 4%
G = 19.33%
B = 76.67%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#061D73 (or 0x061D73) is known color: Sapphire. HEX triplet: 06, 1D and 73. RGB value is (6,29,115). Sum of RGB (Red+Green+Blue) = 6+29+115=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #061D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D73 is #F9E28C. Grayscale: #1F1F1F. Windows color (decimal): -16376461 or 7544070. OLE color: 7544070.

HSL color Cylindrical-coordinate representation of color #061D73: hue angle of 227.34º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061D73 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 29 115 -
CMYK 0.95 0.75 0 0.55
HSL 227.34º 0.9% 0.24% -
HSV(B) 227.34º 0.95% 0.45% -
XYZ 3.61 2.16 16.45 -
YUV 31.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 6 29 115 0.95 0.75 0 0.55 227.34 0.9 0.24
Hex 6 1D 73 5F 4B 0 37 E3 5A 18
Octal 6 35 163 137 113 0 67 343 132 30
Binary 110 11101 1110011 1011111 1001011 0 110111 11100011 1011010 11000

Color Harmonies of #061D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D73

Black with #061D73

Text Example


Text Example

White with #061D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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