Html Css Color HEX #061D5A Sapphire

📋 copy color: '#061D5A'

red 6 ◦ green 29 ◦ blue 90

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

Shades of Sapphire #061D5A

Tints of Sapphire #061D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 72%

R = 4.8%
G = 23.2%
B = 72%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061D5A (or 0x061D5A) is known color: Sapphire. HEX triplet: 06, 1D and 5A. RGB value is (6,29,90). Sum of RGB (Red+Green+Blue) = 6+29+90=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #061D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D5A is #F9E2A5. Grayscale: #1C1C1C. Windows color (decimal): -16376486 or 5905670. OLE color: 5905670.

HSL color Cylindrical-coordinate representation of color #061D5A: hue angle of 223.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061D5A is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 29 90 -
CMYK 0.93 0.68 0 0.65
HSL 223.57º 0.88% 0.19% -
HSV(B) 223.57º 0.93% 0.35% -
XYZ 2.36 1.66 9.87 -
YUV 29.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 6 29 90 0.93 0.68 0 0.65 223.57 0.88 0.19
Hex 6 1D 5A 5D 44 0 41 E0 58 13
Octal 6 35 132 135 104 0 101 340 130 23
Binary 110 11101 1011010 1011101 1000100 0 1000001 11100000 1011000 10011

Color Harmonies of #061D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D5A

Black with #061D5A

Text Example


Text Example

White with #061D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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