Html Css Color HEX #061B5D Sapphire

📋 copy color: '#061B5D'

red 6 ◦ green 27 ◦ blue 93

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

Shades of Sapphire #061B5D

Tints of Sapphire #061B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

 BLUE value IS 93 (36.72% from 255) = 73.81%

R = 4.76%
G = 21.43%
B = 73.81%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#061B5D (or 0x061B5D) is known color: Sapphire. HEX triplet: 06, 1B and 5D. RGB value is (6,27,93). Sum of RGB (Red+Green+Blue) = 6+27+93=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #061B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B5D is #F9E4A2. Grayscale: #1B1B1B. Windows color (decimal): -16376995 or 6101766. OLE color: 6101766.

HSL color Cylindrical-coordinate representation of color #061B5D: hue angle of 225.52º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061B5D is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 27 93 -
CMYK 0.94 0.71 0 0.64
HSL 225.52º 0.88% 0.19% -
HSV(B) 225.52º 0.94% 0.36% -
XYZ 2.44 1.61 10.54 -
YUV 28.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 6 27 93 0.94 0.71 0 0.64 225.52 0.88 0.19
Hex 6 1B 5D 5E 47 0 40 E2 58 13
Octal 6 33 135 136 107 0 100 342 130 23
Binary 110 11011 1011101 1011110 1000111 0 1000000 11100010 1011000 10011

Color Harmonies of #061B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B5D

Black with #061B5D

Text Example


Text Example

White with #061B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,93); }

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

background-color css

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

 a { background-color: rgb(6,27,93); }

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

border-color css

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

 span { border-color: rgb(6,27,93); }

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