Html Css Color HEX #061B69 Sapphire

📋 copy color: '#061B69'

red 6 ◦ green 27 ◦ blue 105

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

Shades of Sapphire #061B69

Tints of Sapphire #061B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 76.09%

R = 4.35%
G = 19.57%
B = 76.09%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061B69 (or 0x061B69) is known color: Sapphire. HEX triplet: 06, 1B and 69. RGB value is (6,27,105). Sum of RGB (Red+Green+Blue) = 6+27+105=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #061B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B69 is #F9E496. Grayscale: #1D1D1D. Windows color (decimal): -16376983 or 6888198. OLE color: 6888198.

HSL color Cylindrical-coordinate representation of color #061B69: hue angle of 227.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061B69 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 27 105 -
CMYK 0.94 0.74 0 0.59
HSL 227.27º 0.89% 0.22% -
HSV(B) 227.27º 0.94% 0.41% -
XYZ 3.02 1.84 13.56 -
YUV 29.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 6 27 105 0.94 0.74 0 0.59 227.27 0.89 0.22
Hex 6 1B 69 5E 4A 0 3B E3 59 16
Octal 6 33 151 136 112 0 73 343 131 26
Binary 110 11011 1101001 1011110 1001010 0 111011 11100011 1011001 10110

Color Harmonies of #061B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B69

Black with #061B69

Text Example


Text Example

White with #061B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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