Html Css Color HEX #061B4A Sapphire

📋 copy color: '#061B4A'

red 6 ◦ green 27 ◦ blue 74

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

Shades of Sapphire #061B4A

Tints of Sapphire #061B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.16%

R = 5.61%
G = 25.23%
B = 69.16%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#061B4A (or 0x061B4A) is known color: Sapphire. HEX triplet: 06, 1B and 4A. RGB value is (6,27,74). Sum of RGB (Red+Green+Blue) = 6+27+74=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #061B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B4A is #F9E4B5. Grayscale: #191919. Windows color (decimal): -16377014 or 4856582. OLE color: 4856582.

HSL color Cylindrical-coordinate representation of color #061B4A: hue angle of 221.47º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061B4A is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 27 74 -
CMYK 0.92 0.64 0 0.71
HSL 221.47º 0.85% 0.16% -
HSV(B) 221.47º 0.92% 0.29% -
XYZ 1.7 1.32 6.64 -
YUV 26.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 6 27 74 0.92 0.64 0 0.71 221.47 0.85 0.16
Hex 6 1B 4A 5C 40 0 47 DD 55 10
Octal 6 33 112 134 100 0 107 335 125 20
Binary 110 11011 1001010 1011100 1000000 0 1000111 11011101 1010101 10000

Color Harmonies of #061B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B4A

Black with #061B4A

Text Example


Text Example

White with #061B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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