Html Css Color HEX #061F68 Sapphire

📋 copy color: '#061F68'

red 6 ◦ green 31 ◦ blue 104

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

Shades of Sapphire #061F68

Tints of Sapphire #061F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.99%

 BLUE value IS 104 (41.02% from 255) = 73.76%

R = 4.26%
G = 21.99%
B = 73.76%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061F68 (or 0x061F68) is known color: Sapphire. HEX triplet: 06, 1F and 68. RGB value is (6,31,104). Sum of RGB (Red+Green+Blue) = 6+31+104=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #061F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F68 is #F9E097. Grayscale: #1F1F1F. Windows color (decimal): -16375960 or 6823686. OLE color: 6823686.

HSL color Cylindrical-coordinate representation of color #061F68: hue angle of 224.69º 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 #061F68 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 31 104 -
CMYK 0.94 0.70 0 0.59
HSL 224.69º 0.89% 0.22% -
HSV(B) 224.69º 0.94% 0.41% -
XYZ 3.06 2.02 13.32 -
YUV 31.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 6 31 104 0.94 0.70 0 0.59 224.69 0.89 0.22
Hex 6 1F 68 5E 46 0 3B E1 59 16
Octal 6 37 150 136 106 0 73 341 131 26
Binary 110 11111 1101000 1011110 1000110 0 111011 11100001 1011001 10110

Color Harmonies of #061F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F68

Black with #061F68

Text Example


Text Example

White with #061F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,31,104); }

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

background-color css

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

 a { background-color: rgb(6,31,104); }

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

border-color css

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

 span { border-color: rgb(6,31,104); }

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