Html Css Color HEX #061D55 Sapphire

📋 copy color: '#061D55'

red 6 ◦ green 29 ◦ blue 85

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

Shades of Sapphire #061D55

Tints of Sapphire #061D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 70.83%

R = 5%
G = 24.17%
B = 70.83%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061D55 (or 0x061D55) is known color: Sapphire. HEX triplet: 06, 1D and 55. RGB value is (6,29,85). Sum of RGB (Red+Green+Blue) = 6+29+85=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #061D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D55 is #F9E2AA. Grayscale: #1C1C1C. Windows color (decimal): -16376491 or 5577990. OLE color: 5577990.

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

Color convert

RGB 6 29 85 -
CMYK 0.93 0.66 0 0.67
HSL 222.53º 0.87% 0.18% -
HSV(B) 222.53º 0.93% 0.33% -
XYZ 2.15 1.57 8.78 -
YUV 28.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 6 29 85 0.93 0.66 0 0.67 222.53 0.87 0.18
Hex 6 1D 55 5D 42 0 43 DF 57 12
Octal 6 35 125 135 102 0 103 337 127 22
Binary 110 11101 1010101 1011101 1000010 0 1000011 11011111 1010111 10010

Color Harmonies of #061D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D55

Black with #061D55

Text Example


Text Example

White with #061D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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