Html Css Color HEX #061D68 Sapphire

📋 copy color: '#061D68'

red 6 ◦ green 29 ◦ blue 104

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

Shades of Sapphire #061D68

Tints of Sapphire #061D68

RGB

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

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

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

R = 4.32%
G = 20.86%
B = 74.82%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061D68 (or 0x061D68) is known color: Sapphire. HEX triplet: 06, 1D and 68. RGB value is (6,29,104). Sum of RGB (Red+Green+Blue) = 6+29+104=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #061D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D68 is #F9E297. Grayscale: #1E1E1E. Windows color (decimal): -16376472 or 6823174. OLE color: 6823174.

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

Color convert

RGB 6 29 104 -
CMYK 0.94 0.72 0 0.59
HSL 225.92º 0.89% 0.22% -
HSV(B) 225.92º 0.94% 0.41% -
XYZ 3.01 1.92 13.31 -
YUV 30.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 6 29 104 0.94 0.72 0 0.59 225.92 0.89 0.22
Hex 6 1D 68 5E 48 0 3B E2 59 16
Octal 6 35 150 136 110 0 73 342 131 26
Binary 110 11101 1101000 1011110 1001000 0 111011 11100010 1011001 10110

Color Harmonies of #061D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D68

Black with #061D68

Text Example


Text Example

White with #061D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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